diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs
index 8854eff0..236f7dea 100644
--- a/websocket-sharp/Net/ClientSslConfiguration.cs
+++ b/websocket-sharp/Net/ClientSslConfiguration.cs
@@ -132,10 +132,19 @@ namespace WebSocketSharp.Net
}
///
- /// Gets or sets the collection that contains client certificates.
+ /// Gets or sets the certificates from which to select one to
+ /// supply to the server.
///
///
- /// A that contains client certificates.
+ ///
+ /// A or .
+ ///
+ ///
+ /// That collection contains client certificates from which to select.
+ ///
+ ///
+ /// The default value is .
+ ///
///
public X509CertificateCollection ClientCertificates {
get {