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()

Propiedades

ClientCertificate

Recupera sincrónicamente el certificado de cliente, si existe.

Métodos

GetClientCertificateAsync(CancellationToken)

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

Se aplica a