ITlsHandshakeFeature Interfaz

Definición

Representa los detalles sobre el protocolo de enlace TLS.

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

Propiedades

CipherAlgorithm

Obtiene la estructura CipherAlgorithmType.

CipherStrength

Obtiene la intensidad del cifrado.

HashAlgorithm

Obtiene la estructura HashAlgorithmType.

HashStrength

Obtiene la intensidad del hash.

KeyExchangeAlgorithm

Obtiene la estructura KeyExchangeAlgorithm.

KeyExchangeStrength

Obtiene la intensidad del algoritmo de intercambio de claves.

Protocol

Obtiene la estructura SslProtocols.

Se aplica a