[Modify] Edit it

This commit is contained in:
sta 2017-05-09 14:43:27 +09:00
parent 0f47c6574b
commit a017863b7d

View File

@ -199,8 +199,13 @@ namespace WebSocketSharp.Net
/// Gets or sets the certificate used to authenticate the server.
/// </summary>
/// <value>
/// A <see cref="X509Certificate2"/> that represents an X.509 certificate
/// used to authenticate the server.
/// <para>
/// A <see cref="X509Certificate2"/> or <see langword="null"/>
/// if not specified.
/// </para>
/// <para>
/// That instance represents an X.509 certificate.
/// </para>
/// </value>
public X509Certificate2 ServerCertificate {
get {