CertificateAuthenticationAppBuilderExtensions.AddCertificate Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
AddCertificate(AuthenticationBuilder) |
Dodaje uwierzytelnianie certyfikatu. Uwierzytelnianie certyfikatu używa programu obsługi uwierzytelniania, który weryfikuje certyfikat klienta i zgłasza zdarzenie, w którym certyfikat jest rozpoznawany jako ClaimsPrincipal. Zobacz https://tools.ietf.org/html/rfc5246#section-7.4.4 , aby dowiedzieć się więcej na temat uwierzytelniania certyfikatów. |
AddCertificate(AuthenticationBuilder, Action<CertificateAuthenticationOptions>) |
Dodaje uwierzytelnianie certyfikatu. Uwierzytelnianie certyfikatu używa programu obsługi uwierzytelniania, który weryfikuje certyfikat klienta i zgłasza zdarzenie, w którym certyfikat jest rozpoznawany jako ClaimsPrincipal. Zobacz https://tools.ietf.org/html/rfc5246#section-7.4.4 , aby dowiedzieć się więcej na temat uwierzytelniania certyfikatów. |
AddCertificate(AuthenticationBuilder, String) |
Dodaje uwierzytelnianie certyfikatu. Uwierzytelnianie certyfikatu używa programu obsługi uwierzytelniania, który weryfikuje certyfikat klienta i zgłasza zdarzenie, w którym certyfikat jest rozpoznawany jako ClaimsPrincipal. Zobacz https://tools.ietf.org/html/rfc5246#section-7.4.4 , aby dowiedzieć się więcej na temat uwierzytelniania certyfikatów. |
AddCertificate(AuthenticationBuilder, String, Action<CertificateAuthenticationOptions>) |
Dodaje uwierzytelnianie certyfikatu. Uwierzytelnianie certyfikatu używa programu obsługi uwierzytelniania, który weryfikuje certyfikat klienta i zgłasza zdarzenie, w którym certyfikat jest rozpoznawany jako ClaimsPrincipal. Zobacz https://tools.ietf.org/html/rfc5246#section-7.4.4 , aby dowiedzieć się więcej na temat uwierzytelniania certyfikatów. |
AddCertificate(AuthenticationBuilder)
Dodaje uwierzytelnianie certyfikatu.
Uwierzytelnianie certyfikatu używa programu obsługi uwierzytelniania, który weryfikuje certyfikat klienta i zgłasza zdarzenie, w którym certyfikat jest rozpoznawany jako ClaimsPrincipal. Zobacz https://tools.ietf.org/html/rfc5246#section-7.4.4 , aby dowiedzieć się więcej na temat uwierzytelniania certyfikatów.
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
Parametry
- builder
- AuthenticationBuilder
Element AuthenticationBuilder.
Zwraca
Element AuthenticationBuilder.
Dotyczy
AddCertificate(AuthenticationBuilder, Action<CertificateAuthenticationOptions>)
Dodaje uwierzytelnianie certyfikatu.
Uwierzytelnianie certyfikatu używa programu obsługi uwierzytelniania, który weryfikuje certyfikat klienta i zgłasza zdarzenie, w którym certyfikat jest rozpoznawany jako ClaimsPrincipal. Zobacz https://tools.ietf.org/html/rfc5246#section-7.4.4 , aby dowiedzieć się więcej na temat uwierzytelniania certyfikatów.
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
Parametry
- builder
- AuthenticationBuilder
Element AuthenticationBuilder.
- configureOptions
- Action<CertificateAuthenticationOptions>
Pełnomocnik do skonfigurowania CertificateAuthenticationOptions.
Zwraca
Element AuthenticationBuilder.
Dotyczy
AddCertificate(AuthenticationBuilder, String)
Dodaje uwierzytelnianie certyfikatu.
Uwierzytelnianie certyfikatu używa programu obsługi uwierzytelniania, który weryfikuje certyfikat klienta i zgłasza zdarzenie, w którym certyfikat jest rozpoznawany jako ClaimsPrincipal. Zobacz https://tools.ietf.org/html/rfc5246#section-7.4.4 , aby dowiedzieć się więcej na temat uwierzytelniania certyfikatów.
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
Parametry
- builder
- AuthenticationBuilder
Element AuthenticationBuilder.
- authenticationScheme
- String
Schemat uwierzytelniania.
Zwraca
Element AuthenticationBuilder.
Dotyczy
AddCertificate(AuthenticationBuilder, String, Action<CertificateAuthenticationOptions>)
Dodaje uwierzytelnianie certyfikatu.
Uwierzytelnianie certyfikatu używa programu obsługi uwierzytelniania, który weryfikuje certyfikat klienta i zgłasza zdarzenie, w którym certyfikat jest rozpoznawany jako ClaimsPrincipal. Zobacz https://tools.ietf.org/html/rfc5246#section-7.4.4 , aby dowiedzieć się więcej na temat uwierzytelniania certyfikatów.
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
Parametry
- builder
- AuthenticationBuilder
Element AuthenticationBuilder.
- authenticationScheme
- String
Schemat uwierzytelniania.
- configureOptions
- Action<CertificateAuthenticationOptions>
Pełnomocnik do skonfigurowania CertificateAuthenticationOptions.
Zwraca
Element AuthenticationBuilder.