You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Called by servers to authenticate the server and optionally the client in a client-server connection.
86
-
/// This member is overloaded.For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
93
+
/// Called by servers to authenticate the server and optionally the client in a client-server connection using the specified certificate,
94
+
/// verification requirements and security protocol.
87
95
/// </summary>
88
-
/// <param name="cert">The certificate used to authenticate the server.</param>
89
-
/// <param name="verify">An enumeration value that specifies the degree of verification required, such as whether the client must supply a certificate for authentication.</param>
96
+
/// <param name="serverCertificate">The certificate used to authenticate the server.</param>
90
97
/// <param name="sslProtocols">The protocols that may be used for authentication.</param>
/// Called by servers to authenticate the server and optionally the client in a client-server connection using the specified certificate,
98
-
/// verification requirements and security protocol.
104
+
/// Called by servers to authenticate the server and optionally the client in a client-server connection using the specified certificates, requirements and security protocol.
99
105
/// </summary>
100
-
/// <param name="cert">The certificate used to authenticate the server.</param>
101
-
/// <param name="ca">The certifcates for certificate authorities to use for authentication.</param>
102
-
/// <param name="verify">An enumeration value that specifies the degree of verification required, such as whether the client must supply a certificate for authentication.</param>
106
+
/// <param name="serverCertificate">The X509Certificate used to authenticate the server.</param>
107
+
/// <param name="clientCertificateRequired">A <see cref="Boolean"/> value that specifies whether the client is asked for a certificate for authentication. Note that this is only a request, if no certificate is provided, the server still accepts the connection request.</param>
103
108
/// <param name="sslProtocols">The protocols that may be used for authentication.</param>
0 commit comments