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

TlsConnectionFeature()

Properties

ClientCertificate

Synchronously retrieves the client certificate, if any.

Methods

GetClientCertificateAsync(CancellationToken)

Asynchronously retrieves the client certificate, if any.

Applies to