Share via


TlsConnectionFeature Class

Definition

Default implementation for TlsConnectionFeature.

public ref class TlsConnectionFeature : Microsoft::AspNetCore::Http::Features::ITlsConnectionFeature
public class TlsConnectionFeature : Microsoft.AspNetCore.Http.Features.ITlsConnectionFeature
type TlsConnectionFeature = class
    interface ITlsConnectionFeature
Public Class TlsConnectionFeature
Implements ITlsConnectionFeature
Inheritance
TlsConnectionFeature
Implements

Constructors

Name Description
TlsConnectionFeature()

Properties

Name Description
ClientCertificate

Synchronously retrieves the client certificate, if any.

Methods

Name Description
GetClientCertificateAsync(CancellationToken)

Asynchronously retrieves the client certificate, if any.

Applies to