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

适用于