ITlsHandshakeFeature
interface
Namespace: Orleans.Connections.Security
Provides information about the negotiated TLS handshake.
public interface ITlsHandshakeFeatureProperties
CipherAlgorithmGets the negotiated bulk encryption algorithm.CipherStrengthGets the strength, in bits, of the negotiated bulk encryption algorithm.HashAlgorithmGets the negotiated message authentication algorithm.HashStrengthGets the strength, in bits, of the negotiated message authentication algorithm.HostNameGets the host name from the "server_name" (SNI) extension of the client hello if present.KeyExchangeAlgorithmGets the negotiated key exchange algorithm.KeyExchangeStrengthGets the strength, in bits, of the negotiated key exchange algorithm.NegotiatedCipherSuiteGets theSystem.Net.Security.TlsCipherSuite.ProtocolGets the negotiated TLS protocol version.
