Condividi tramite


ITlsHandshakeFeature Interfaccia

Definizione

Rappresenta i dettagli relativi all'handshake TLS.

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

Proprietà

CipherAlgorithm

Ottiene l'oggetto CipherAlgorithmType.

CipherStrength

Ottiene la forza di crittografia.

HashAlgorithm

Ottiene l'oggetto HashAlgorithmType.

HashStrength

Ottiene la forza hash.

HostName

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

KeyExchangeAlgorithm

Ottiene l'oggetto KeyExchangeAlgorithm.

KeyExchangeStrength

Ottiene la forza dell'algoritmo di scambio delle chiavi.

NegotiatedCipherSuite

Ottiene l'oggetto TlsCipherSuite.

Protocol

Ottiene l'oggetto SslProtocols.

Si applica a