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.​Http.​Features.​ITlsConnectionFeature
Assembly: Microsoft.AspNetCore.Http.Features
Provides access to TLS features associated with the current HTTP connection.
Properties
ClientCertificate
Synchronously retrieves the client certificate, if any.
Methods
System.​Threading.​Tasks.​Task<​System.​Security.​Cryptography.​X509Certificates.​X509Certificate2>
GetClientCertificateAsync​(System.​Threading.​CancellationToken cancellationToken)
Asynchronously retrieves the client certificate, if any.