[Modify] Edit it
This commit is contained in:
parent
c2a76388de
commit
0f8df3fa51
@ -136,15 +136,15 @@ namespace WebSocketSharp.Net
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the certificates from which to select one to
|
/// Gets or sets the collection of client certificates from which to select
|
||||||
/// supply to the server.
|
/// one to supply to the server.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// A <see cref="X509CertificateCollection"/> or <see langword="null"/>.
|
/// A <see cref="X509CertificateCollection"/> or <see langword="null"/>.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// That collection contains client certificates from which to select.
|
/// The collection contains client certificates from which to select.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// <para>
|
/// <para>
|
||||||
/// The default value is <see langword="null"/>.
|
/// The default value is <see langword="null"/>.
|
||||||
|
Loading…
Reference in New Issue
Block a user