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
CipherAlgorithm |
Obtient CipherAlgorithmType. |
CipherStrength |
Obtient la force de chiffrement. |
HashAlgorithm |
Obtient HashAlgorithmType. |
HashStrength |
Obtient la force de hachage. |
HostName |
Obtient le nom d’hôte à partir de l’extension « server_name » (SNI) du client hello le cas échéant. Consultez RFC 6066. |
KeyExchangeAlgorithm |
Obtient KeyExchangeAlgorithm. |
KeyExchangeStrength |
Obtient la force de l’algorithme d’échange de clés. |
NegotiatedCipherSuite |
Obtient TlsCipherSuite. |
Protocol |
Obtient SslProtocols. |