From 4887ebe353f50c0ecc007b54634befe9a50e353d Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 12 May 2017 18:05:33 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/ClientSslConfiguration.cs | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 {