SslClientHelloInfo(String, SslProtocols) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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

Wartość serwera hosta określona przez klienta.

sslProtocols
SslProtocols

Protokoły TLS/SSL oferowane przez klienta.

Dotyczy