[Modify] Remove it

This commit is contained in:
sta 2020-12-03 20:01:45 +09:00
parent 2445d595c0
commit 3e8818da2e

View File

@ -66,20 +66,6 @@ namespace WebSocketSharp.Net
_enabledSslProtocols = SslProtocols.None; _enabledSslProtocols = SslProtocols.None;
} }
/// <summary>
/// Initializes a new instance of the <see cref="ServerSslConfiguration"/> class
/// with the specified <paramref name="serverCertificate"/>.
/// </summary>
/// <param name="serverCertificate">
/// A <see cref="X509Certificate2"/> that represents the certificate used to
/// authenticate the server.
/// </param>
public ServerSslConfiguration (X509Certificate2 serverCertificate)
{
_serverCert = serverCertificate;
_enabledSslProtocols = SslProtocols.None;
}
/// <summary> /// <summary>
/// Copies the parameters from the specified <paramref name="configuration"/> to /// Copies the parameters from the specified <paramref name="configuration"/> to
/// a new instance of the <see cref="ServerSslConfiguration"/> class. /// a new instance of the <see cref="ServerSslConfiguration"/> class.