ITlsHandshakeFeature Interface

Definição

Representa os detalhes sobre o handshake do TLS.

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

Propriedades

CipherAlgorithm

Obtém o CipherAlgorithmType.

CipherStrength

Obtém a força da criptografia.

HashAlgorithm

Obtém o HashAlgorithmType.

HashStrength

Obtém a força do hash.

HostName

Obtém o nome do host da extensão "server_name" (SNI) do cliente hello, se presente. Consulte RFC 6066.

KeyExchangeAlgorithm

Obtém o KeyExchangeAlgorithm.

KeyExchangeStrength

Obtém a força do algoritmo de troca de chaves.

NegotiatedCipherSuite

Obtém o TlsCipherSuite.

Protocol

Obtém o SslProtocols.

Aplica-se a