SslClientHelloInfo(String, SslProtocols) Konstruktor

Definice

Inicializuje novou instanci objektu 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)

Parametry

serverName
String

Hodnota hostitelského serveru určená klientem.

sslProtocols
SslProtocols

Protokoly TLS/SSL nabízené klientem.

Platí pro