[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> /// <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> /// </summary>
/// <value> /// <value>
/// A <see cref="X509Certificate2"/> that represents the certificate used to authenticate /// A <see cref="X509Certificate2"/> that represents an X.509 certificate
/// the server. /// used to authenticate the server.
/// </value> /// </value>
public X509Certificate2 ServerCertificate { public X509Certificate2 ServerCertificate {
get { get {