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。 |