ITlsConnectionFeature Interface

Definition

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.

Applies to