From 1b92761737e958c85956c25985504376b60b058d Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 4 May 2017 15:37:51 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ServerSslConfiguration.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index 01fa78c8..0b1b3906 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -153,11 +153,11 @@ namespace WebSocketSharp.Net } /// - /// Gets or sets the certificate used to authenticate the server for secure connection. + /// Gets or sets the certificate used to authenticate the server. /// /// - /// A that represents the certificate used to authenticate - /// the server. + /// A that represents an X.509 certificate + /// used to authenticate the server. /// public X509Certificate2 ServerCertificate { get {