ITlsConnectionFeature 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.
Provides access to TLS features associated with the current HTTP connection.
public interface class ITlsConnectionFeature
public interface ITlsConnectionFeature
type ITlsConnectionFeature = interface
Public Interface ITlsConnectionFeature
- Derived
Properties
ClientCertificate |
Synchronously retrieves the client certificate, if any. |
Methods
GetClientCertificateAsync(CancellationToken) |
Asynchronously retrieves the client certificate, if any. |