From 3e8818da2edfb48f28e9a6945e38517e2b5e199b Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 3 Dec 2020 20:01:45 +0900 Subject: [PATCH] [Modify] Remove it --- websocket-sharp/Net/ServerSslConfiguration.cs | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index 7ed8f1e4..d6a19252 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -66,20 +66,6 @@ namespace WebSocketSharp.Net _enabledSslProtocols = SslProtocols.None; } - /// - /// Initializes a new instance of the class - /// with the specified . - /// - /// - /// A that represents the certificate used to - /// authenticate the server. - /// - public ServerSslConfiguration (X509Certificate2 serverCertificate) - { - _serverCert = serverCertificate; - _enabledSslProtocols = SslProtocols.None; - } - /// /// Copies the parameters from the specified to /// a new instance of the class.