CertificateAuthenticationAppBuilderExtensions.AddCertificate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AddCertificate(AuthenticationBuilder) |
Ajoute l’authentification par certificat. L’authentification par certificat utilise un gestionnaire d’authentification qui valide le certificat client et déclenche un événement où le certificat est résolu en .ClaimsPrincipal Consultez https://tools.ietf.org/html/rfc5246#section-7.4.4 pour en savoir plus sur l’authentification par certificat. |
AddCertificate(AuthenticationBuilder, Action<CertificateAuthenticationOptions>) |
Ajoute l’authentification par certificat. L’authentification par certificat utilise un gestionnaire d’authentification qui valide le certificat client et déclenche un événement où le certificat est résolu en .ClaimsPrincipal Consultez https://tools.ietf.org/html/rfc5246#section-7.4.4 pour en savoir plus sur l’authentification par certificat. |
AddCertificate(AuthenticationBuilder, String) |
Ajoute l’authentification par certificat. L’authentification par certificat utilise un gestionnaire d’authentification qui valide le certificat client et déclenche un événement où le certificat est résolu en .ClaimsPrincipal Consultez https://tools.ietf.org/html/rfc5246#section-7.4.4 pour en savoir plus sur l’authentification par certificat. |
AddCertificate(AuthenticationBuilder, String, Action<CertificateAuthenticationOptions>) |
Ajoute l’authentification par certificat. L’authentification par certificat utilise un gestionnaire d’authentification qui valide le certificat client et déclenche un événement où le certificat est résolu en .ClaimsPrincipal Consultez https://tools.ietf.org/html/rfc5246#section-7.4.4 pour en savoir plus sur l’authentification par certificat. |
AddCertificate(AuthenticationBuilder)
Ajoute l’authentification par certificat.
L’authentification par certificat utilise un gestionnaire d’authentification qui valide le certificat client et déclenche un événement où le certificat est résolu en .ClaimsPrincipal Consultez https://tools.ietf.org/html/rfc5246#section-7.4.4 pour en savoir plus sur l’authentification par certificat.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCertificate (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder);
static member AddCertificate : Microsoft.AspNetCore.Authentication.AuthenticationBuilder -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddCertificate (builder As AuthenticationBuilder) As AuthenticationBuilder
Paramètres
- builder
- AuthenticationBuilder
L’AuthenticationBuilderopérateur
Retours
L’AuthenticationBuilderopérateur
S’applique à
AddCertificate(AuthenticationBuilder, Action<CertificateAuthenticationOptions>)
Ajoute l’authentification par certificat.
L’authentification par certificat utilise un gestionnaire d’authentification qui valide le certificat client et déclenche un événement où le certificat est résolu en .ClaimsPrincipal Consultez https://tools.ietf.org/html/rfc5246#section-7.4.4 pour en savoir plus sur l’authentification par certificat.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCertificate (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, Action<Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationOptions> configureOptions);
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCertificate (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, Action<Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationOptions>? configureOptions);
static member AddCertificate : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * Action<Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddCertificate (builder As AuthenticationBuilder, configureOptions As Action(Of CertificateAuthenticationOptions)) As AuthenticationBuilder
Paramètres
- builder
- AuthenticationBuilder
L’AuthenticationBuilderopérateur
- configureOptions
- Action<CertificateAuthenticationOptions>
Délégué à configurer CertificateAuthenticationOptions.
Retours
L’AuthenticationBuilderopérateur
S’applique à
AddCertificate(AuthenticationBuilder, String)
Ajoute l’authentification par certificat.
L’authentification par certificat utilise un gestionnaire d’authentification qui valide le certificat client et déclenche un événement où le certificat est résolu en .ClaimsPrincipal Consultez https://tools.ietf.org/html/rfc5246#section-7.4.4 pour en savoir plus sur l’authentification par certificat.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCertificate (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme);
static member AddCertificate : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddCertificate (builder As AuthenticationBuilder, authenticationScheme As String) As AuthenticationBuilder
Paramètres
- builder
- AuthenticationBuilder
L’AuthenticationBuilderopérateur
- authenticationScheme
- String
Schéma d'authentification.
Retours
L’AuthenticationBuilderopérateur
S’applique à
AddCertificate(AuthenticationBuilder, String, Action<CertificateAuthenticationOptions>)
Ajoute l’authentification par certificat.
L’authentification par certificat utilise un gestionnaire d’authentification qui valide le certificat client et déclenche un événement où le certificat est résolu en .ClaimsPrincipal Consultez https://tools.ietf.org/html/rfc5246#section-7.4.4 pour en savoir plus sur l’authentification par certificat.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCertificate (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, Action<Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationOptions> configureOptions);
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCertificate (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, Action<Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationOptions>? configureOptions);
static member AddCertificate : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * Action<Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddCertificate (builder As AuthenticationBuilder, authenticationScheme As String, configureOptions As Action(Of CertificateAuthenticationOptions)) As AuthenticationBuilder
Paramètres
- builder
- AuthenticationBuilder
L’AuthenticationBuilderopérateur
- authenticationScheme
- String
Schéma d'authentification.
- configureOptions
- Action<CertificateAuthenticationOptions>
Délégué à configurer CertificateAuthenticationOptions.
Retours
L’AuthenticationBuilderopérateur