[Modify] Edit it

This commit is contained in:
sta 2020-11-29 17:36:25 +09:00
parent c2a76388de
commit 0f8df3fa51

View File

@ -136,15 +136,15 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Gets or sets the certificates from which to select one to
/// supply to the server.
/// Gets or sets the collection of client certificates from which to select
/// one to supply to the server.
/// </summary>
/// <value>
/// <para>
/// A <see cref="X509CertificateCollection"/> or <see langword="null"/>.
/// </para>
/// <para>
/// That collection contains client certificates from which to select.
/// The collection contains client certificates from which to select.
/// </para>
/// <para>
/// The default value is <see langword="null"/>.