SslClientHelloInfo Struktur

Definition

Diese Struktur enthält Informationen aus dem empfangenen TLS Client Hello-Frame.

public value class SslClientHelloInfo
public readonly struct SslClientHelloInfo
type SslClientHelloInfo = struct
Public Structure SslClientHelloInfo
Vererbung
SslClientHelloInfo

Konstruktoren

SslClientHelloInfo(String, SslProtocols)

Initialisiert eine neue Instanz des SslClientHelloInfo.

Eigenschaften

ServerName

Ruft den vom Client angegebenen Hostserver ab.

SslProtocols

Ruft die vom Client angebotenen TLS/SSL-Protokolle ab.

Gilt für: