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 {