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

Nome Description
CipherAlgorithm
Obsoleto.

Obtém CipherAlgorithmType.

CipherStrength
Obsoleto.

Obtém a força da criptografia.

Exception

Obtém a exceção que ocorreu durante o handshake do TLS, se houver. null se o handshake tiver sido bem-sucedido ou ainda não tiver sido concluído.

HashAlgorithm
Obsoleto.

Obtém HashAlgorithmType.

HashStrength
Obsoleto.

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
Obsoleto.

Obtém ExchangeAlgorithmType.

KeyExchangeStrength
Obsoleto.

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

NegotiatedCipherSuite

Obtém TlsCipherSuite.

Protocol

Obtém SslProtocols.

Aplica-se a