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.

KeyExchangeAlgorithm

Gets the KeyExchangeAlgorithm.

KeyExchangeStrength

Gets the key exchange algorithm strength.

NegotiatedCipherSuite

Gets the TlsCipherSuite.

Protocol

Gets the SslProtocols.

Applies to