Compartir a través de


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.

HostName

Obtiene el nombre de host de la extensión "server_name" (SNI) del cliente hello si está presente. Consulte RFC 6066.

KeyExchangeAlgorithm

Obtiene la estructura KeyExchangeAlgorithm.

KeyExchangeStrength

Obtiene la intensidad del algoritmo de intercambio de claves.

NegotiatedCipherSuite

Obtiene la estructura TlsCipherSuite.

Protocol

Obtiene la estructura SslProtocols.

Se aplica a