[Modify] Edit it

This commit is contained in:
sta 2017-05-02 17:51:33 +09:00
parent 9c38b22669
commit c4f02ecfa6

View File

@ -56,12 +56,12 @@ namespace WebSocketSharp.Net
#region Public Constructors #region Public Constructors
/// <summary> /// <summary>
/// Initializes a new instance of the <see cref="ServerSslConfiguration"/> class with /// Initializes a new instance of the <see cref="ServerSslConfiguration"/> class
/// the specified <paramref name="serverCertificate"/>. /// with the specified <paramref name="serverCertificate"/>.
/// </summary> /// </summary>
/// <param name="serverCertificate"> /// <param name="serverCertificate">
/// 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.
/// </param> /// </param>
public ServerSslConfiguration (X509Certificate2 serverCertificate) public ServerSslConfiguration (X509Certificate2 serverCertificate)
: this (serverCertificate, false, SslProtocols.Default, false) : this (serverCertificate, false, SslProtocols.Default, false)