File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -150,15 +150,21 @@ public LocalCertificateSelectionCallback ClientCertificateSelectionCallback {
150150 }
151151
152152 /// <summary>
153- /// Gets or sets the callback used to validate the certificate supplied by the server.
153+ /// Gets or sets the callback used to validate the certificate
154+ /// supplied by the server.
154155 /// </summary>
155156 /// <remarks>
156- /// If this callback returns <c>true</c>, the server certificate will be valid .
157+ /// The certificate is valid if the callback returns <c>true</c>.
157158 /// </remarks>
158159 /// <value>
159- /// A <see cref="RemoteCertificateValidationCallback"/> delegate that references the method
160- /// used to validate the server certificate. The default value is a function that only returns
161- /// <c>true</c>.
160+ /// <para>
161+ /// A <see cref="RemoteCertificateValidationCallback"/> delegate that
162+ /// invokes the method called for validating the certificate.
163+ /// </para>
164+ /// <para>
165+ /// The default value is a delegate that invokes a method that
166+ /// only returns <c>true</c>.
167+ /// </para>
162168 /// </value>
163169 public RemoteCertificateValidationCallback ServerCertificateValidationCallback {
164170 get {
You can’t perform that action at this time.
0 commit comments