ITlsHandshakeFeature 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 TLS 交握的詳細資料。
public interface class ITlsHandshakeFeature
public interface ITlsHandshakeFeature
type ITlsHandshakeFeature = interface
Public Interface ITlsHandshakeFeature
屬性
CipherAlgorithm | |
CipherStrength |
取得加密強度。 |
HashAlgorithm | |
HashStrength |
取得雜湊強度。 |
HostName |
如果存在,請從用戶端 hello 的 「server_name」 (SNI) 延伸模組取得主機名稱。 請參閱 RFC 6066。 |
KeyExchangeAlgorithm | |
KeyExchangeStrength |
取得金鑰交換演算法強度。 |
NegotiatedCipherSuite |
取得 TlsCipherSuite。 |
Protocol |
取得 SslProtocols。 |