SslClientHelloInfo(String, SslProtocols) Konstruktor

Definition

Initialisiert eine neue Instanz des 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)

Parameter

serverName
String

Hostserverwert, der vom Client angegeben wird.

sslProtocols
SslProtocols

Vom Client angebotene TLS/SSL-Protokolle.

Gilt für: