ITlsHandshakeFeature Interface
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.
Représente les détails de l’établissement d’une liaison TLS.
public interface class ITlsHandshakeFeature
public interface ITlsHandshakeFeature
type ITlsHandshakeFeature = interface
Public Interface ITlsHandshakeFeature
Propriétés
| Nom | Description |
|---|---|
| CipherAlgorithm |
Obsolète.
Obtient le CipherAlgorithmType. |
| CipherStrength |
Obsolète.
Obtient la force de chiffrement. |
| Exception |
Obtient l’exception qui s’est produite pendant la négociation TLS, le cas échéant.
|
| HashAlgorithm |
Obsolète.
Obtient le HashAlgorithmType. |
| HashStrength |
Obsolète.
Obtient la force de hachage. |
| HostName |
Obtient le nom d’hôte de l’extension « server_name » (SNI) du client hello s’il est présent. Voir RFC 6066. |
| KeyExchangeAlgorithm |
Obsolète.
Obtient le ExchangeAlgorithmType. |
| KeyExchangeStrength |
Obsolète.
Obtient la force de l’algorithme d’échange de clés. |
| NegotiatedCipherSuite |
Obtient le TlsCipherSuite. |
| Protocol |
Obtient le SslProtocols. |