Condividi tramite


TlsConnectionFeature Classe

Definizione

Implementazione predefinita per 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
Ereditarietà
TlsConnectionFeature
Implementazioni

Costruttori

TlsConnectionFeature()

Implementazione predefinita per TlsConnectionFeature.

Proprietà

ClientCertificate

Recupera in modo sincrono il certificato client, se presente.

Metodi

GetClientCertificateAsync(CancellationToken)

Recupera in modo asincrono il certificato client, se presente.

Si applica a