[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. /// Gets or sets the certificate used to authenticate the server.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="X509Certificate2"/> that represents an X.509 certificate /// <para>
/// used to authenticate the server. /// A <see cref="X509Certificate2"/> or <see langword="null"/>
/// if not specified.
/// </para>
/// <para>
/// That instance represents an X.509 certificate.
/// </para>
/// </value> /// </value>
public X509Certificate2 ServerCertificate { public X509Certificate2 ServerCertificate {
get { get {