Compartir a través de


TlsConnectionFeature Clase

Definición

Implementación predeterminada para 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
Herencia
TlsConnectionFeature
Implementaciones

Constructores

TlsConnectionFeature()

Implementación predeterminada para TlsConnectionFeature.

Propiedades

ClientCertificate

Recupera de forma sincrónica el certificado de cliente, si existe.

Métodos

GetClientCertificateAsync(CancellationToken)

Recupera de forma asincrónica el certificado de cliente, si existe.

Se aplica a