SslClientHelloInfo(String, SslProtocols) Constructor

Definitie

Initialiseert een nieuw exemplaar van de SslClientHelloInfo.

public:
 SslClientHelloInfo(System::String ^ serverName, System::Security::Authentication::SslProtocols sslProtocols);
public SslClientHelloInfo(string serverName, System.Security.Authentication.SslProtocols sslProtocols);
new System.Net.Security.SslClientHelloInfo : string * System.Security.Authentication.SslProtocols -> System.Net.Security.SslClientHelloInfo
Public Sub New (serverName As String, sslProtocols As SslProtocols)

Parameters

serverName
String

Hostserverwaarde die is opgegeven door de client.

sslProtocols
SslProtocols

TLS/SSL-protocollen die door de client worden aangeboden.

Van toepassing op