From 79ca5fc2974424909de1ca553553aa6241f6b403 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 3 May 2017 15:32:56 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ServerSslConfiguration.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index 5e745de1..f6c24dd7 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -108,11 +108,12 @@ namespace WebSocketSharp.Net #region Public Properties /// - /// Gets or sets a value indicating whether the client must supply a certificate for - /// authentication. + /// Gets or sets a value indicating whether the client is asked for + /// a certificate for authentication. /// /// - /// true if the client must supply a certificate; otherwise, false. + /// true if the client is asked for a certificate for authentication; + /// otherwise, false. /// public bool ClientCertificateRequired { get {