ITlsHandshakeFeature Interfaccia

Definizione

Rappresenta i dettagli sull'handshake TLS.

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

Proprietà

Nome Descrizione
CipherAlgorithm
Obsoleti.

Ottiene l'oggetto CipherAlgorithmType.

CipherStrength
Obsoleti.

Ottiene la forza di crittografia.

Exception

Ottiene l'eccezione che si è verificata durante l'handshake TLS, se presente. null se l'handshake è riuscito o non è ancora stato completato.

HashAlgorithm
Obsoleti.

Ottiene l'oggetto HashAlgorithmType.

HashStrength
Obsoleti.

Ottiene il livello di attendibilità dell'hash.

HostName

Ottiene il nome host dall'estensione "server_name" (SNI) del client hello, se presente. Vedere RFC 6066.

KeyExchangeAlgorithm
Obsoleti.

Ottiene l'oggetto ExchangeAlgorithmType.

KeyExchangeStrength
Obsoleti.

Ottiene il livello dell'algoritmo di scambio delle chiavi.

NegotiatedCipherSuite

Ottiene l'oggetto TlsCipherSuite.

Protocol

Ottiene l'oggetto SslProtocols.

Si applica a