ITlsHandshakeFeature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the details about the TLS handshake.
public interface class ITlsHandshakeFeature
public interface ITlsHandshakeFeature
type ITlsHandshakeFeature = interface
Public Interface ITlsHandshakeFeature
Properties
CipherAlgorithm |
Gets the CipherAlgorithmType. |
CipherStrength |
Gets the cipher strength. |
HashAlgorithm |
Gets the HashAlgorithmType. |
HashStrength |
Gets the hash strength. |
HostName |
Gets the host name from the "server_name" (SNI) extension of the client hello if present. See RFC 6066. |
KeyExchangeAlgorithm |
Gets the KeyExchangeAlgorithm. |
KeyExchangeStrength |
Gets the key exchange algorithm strength. |
NegotiatedCipherSuite |
Gets the TlsCipherSuite. |
Protocol |
Gets the SslProtocols. |