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

Gets the CipherAlgorithmType.

CipherStrength

Gets the cipher strength.

HashAlgorithm

Gets the HashAlgorithmType.

HashStrength

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

Gets the KeyExchangeAlgorithm.

KeyExchangeStrength

Gets the key exchange algorithm strength.

NegotiatedCipherSuite

Gets the TlsCipherSuite.

Protocol

Gets the SslProtocols.

Applies to