[Modify] Remove it
This commit is contained in:
parent
2445d595c0
commit
3e8818da2e
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user