Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Microsoft.​AspNetCore.​Connections.​Features.​ITlsHandshakeFeature

Assembly: Microsoft.AspNetCore.Connections.Abstractions

Represents the details about the TLS handshake.

Properties

Gets the <see cref="T:System.Security.Authentication.SslProtocols" /> .
Gets the <see cref="T:System.Net.Security.TlsCipherSuite" /> .
string
HostName
Gets the host name from the "server_name" (SNI) extension of the client hello if present. See <see href="https://www.rfc-editor.org/rfc/rfc6066#section-3">RFC 6066</see> .
Gets the <see cref="T:System.Security.Authentication.CipherAlgorithmType" /> .
int
CipherStrength
Gets the cipher strength.
Gets the <see cref="T:System.Security.Authentication.HashAlgorithmType" /> .
int
HashStrength
Gets the hash strength.
Gets the <see cref="T:System.Security.Authentication.ExchangeAlgorithmType" /> .
int
KeyExchangeStrength
Gets the key exchange algorithm strength.