Share via


ITlsHandshakeFeature Interface

Définition

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.

S’applique à