SslClientHelloInfo Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ce struct contient des informations provenant du frame Hello du client TLS reçu.
public value class SslClientHelloInfo
public readonly struct SslClientHelloInfo
type SslClientHelloInfo = struct
Public Structure SslClientHelloInfo
- Héritage
Constructeurs
| Nom | Description |
|---|---|
| SslClientHelloInfo(String, SslProtocols) |
Initialise une nouvelle instance de l'objet SslClientHelloInfo. |
Propriétés
| Nom | Description |
|---|---|
| ServerName |
Récupère le serveur hôte spécifié par le client. |
| SslProtocols |
Récupère les protocoles TLS/SSL proposés par le client. |