[Modify] Edit it

This commit is contained in:
sta 2017-05-04 15:37:51 +09:00
parent 63cd5a298e
commit 1b92761737

View File

@ -153,11 +153,11 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Gets or sets the certificate used to authenticate the server for secure connection.
/// Gets or sets the certificate used to authenticate the server.
/// </summary>
/// <value>
/// A <see cref="X509Certificate2"/> that represents the certificate used to authenticate
/// the server.
/// A <see cref="X509Certificate2"/> that represents an X.509 certificate
/// used to authenticate the server.
/// </value>
public X509Certificate2 ServerCertificate {
get {