ITlsHandshakeFeature 介面

定義

表示 TLS 交握的詳細資料。

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

屬性

CipherAlgorithm

取得 CipherAlgorithmType

CipherStrength

取得加密強度。

HashAlgorithm

取得 HashAlgorithmType

HashStrength

取得雜湊強度。

HostName

如果存在,請從用戶端 hello 的 「server_name」 (SNI) 延伸模組取得主機名稱。 請參閱 RFC 6066

KeyExchangeAlgorithm

取得 KeyExchangeAlgorithm

KeyExchangeStrength

取得金鑰交換演算法強度。

NegotiatedCipherSuite

取得 TlsCipherSuite

Protocol

取得 SslProtocols

適用於