Share via


ITlsHandshakeFeature Interface

Definition

Represents the details about the TLS handshake.

public interface class ITlsHandshakeFeature
public interface ITlsHandshakeFeature
type ITlsHandshakeFeature = interface
Public Interface ITlsHandshakeFeature

Properties

CipherAlgorithm
Obsolete.

Gets the CipherAlgorithmType.

CipherStrength
Obsolete.

Gets the cipher strength.

HashAlgorithm
Obsolete.

Gets the HashAlgorithmType.

HashStrength
Obsolete.

Gets the hash strength.

HostName

Gets the host name from the "server_name" (SNI) extension of the client hello if present. See RFC 6066.

KeyExchangeAlgorithm
Obsolete.

Gets the ExchangeAlgorithmType.

KeyExchangeStrength
Obsolete.

Gets the key exchange algorithm strength.

NegotiatedCipherSuite

Gets the TlsCipherSuite.

Protocol

Gets the SslProtocols.

Applies to