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
<paramname="hostName">The host name requested by the client. If the client doesn't use the host_name TLS extension, the <paramrefname="hostName" /> is an empty string.</param>
34
+
<summary>Selects the server Secure Sockets Layer (SSL) certificate.</summary>
35
+
<returns>An <seecref="T:System.Security.Cryptography.X509Certificates.X509Certificate" /> used for establishing an SSL connection.</returns>
36
+
<remarks>
37
+
<formattype="text/markdown"><![CDATA[
38
+
39
+
## Remarks
40
+
41
+
The server uses this delegate to select a server connection certificate.
42
+
43
+
This delegate is used by the <xref:System.Net.Security.SslStream> class. The <xref:System.Net.Security.SslStream> class is used to help secure information exchanged between a client and server.
0 commit comments