Condividi tramite


CertificateAuthenticationAppBuilderExtensions.AddCertificateCache Metodo

Definizione

Aggiunge l'autenticazione del certificato.

L'autenticazione del certificato usa un gestore di autenticazione che convalida il certificato client e genera un evento in cui il certificato viene risolto in un oggetto ClaimsPrincipal. Vedere https://tools.ietf.org/html/rfc5246#section-7.4.4 per altre informazioni sull'autenticazione certicata.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCertificateCache (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, Action<Microsoft.AspNetCore.Authentication.Certificate.CertificateValidationCacheOptions> configureOptions = default);
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCertificateCache (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, Action<Microsoft.AspNetCore.Authentication.Certificate.CertificateValidationCacheOptions>? configureOptions = default);
static member AddCertificateCache : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * Action<Microsoft.AspNetCore.Authentication.Certificate.CertificateValidationCacheOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddCertificateCache (builder As AuthenticationBuilder, Optional configureOptions As Action(Of CertificateValidationCacheOptions) = Nothing) As AuthenticationBuilder

Parametri

configureOptions
Action<CertificateValidationCacheOptions>

Delegato per configurare CertificateValidationCacheOptions.

Restituisce

Oggetto AuthenticationBuilder.

Si applica a