CertificateAuthenticationAppBuilderExtensions.AddCertificate 메서드

정의

오버로드

AddCertificate(AuthenticationBuilder)

인증서 인증을 추가합니다.

인증서 인증은 클라이언트 인증서의 유효성을 검사하고 인증서가 로 확인되는 이벤트를 발생시키는 인증 처리기를 ClaimsPrincipal사용합니다. 인증서 인증에 대한 자세한 내용은 를 참조하세요 https://tools.ietf.org/html/rfc5246#section-7.4.4 .

AddCertificate(AuthenticationBuilder, Action<CertificateAuthenticationOptions>)

인증서 인증을 추가합니다.

인증서 인증은 클라이언트 인증서의 유효성을 검사하고 인증서가 로 확인되는 이벤트를 발생시키는 인증 처리기를 ClaimsPrincipal사용합니다. 인증서 인증에 대한 자세한 내용은 를 참조하세요 https://tools.ietf.org/html/rfc5246#section-7.4.4 .

AddCertificate(AuthenticationBuilder, String)

인증서 인증을 추가합니다.

인증서 인증은 클라이언트 인증서의 유효성을 검사하고 인증서가 로 확인되는 이벤트를 발생시키는 인증 처리기를 ClaimsPrincipal사용합니다. 인증서 인증에 대한 자세한 내용은 를 참조하세요 https://tools.ietf.org/html/rfc5246#section-7.4.4 .

AddCertificate(AuthenticationBuilder, String, Action<CertificateAuthenticationOptions>)

인증서 인증을 추가합니다.

인증서 인증은 클라이언트 인증서의 유효성을 검사하고 인증서가 로 확인되는 이벤트를 발생시키는 인증 처리기를 ClaimsPrincipal사용합니다. 인증서 인증에 대한 자세한 내용은 를 참조하세요 https://tools.ietf.org/html/rfc5246#section-7.4.4 .

AddCertificate(AuthenticationBuilder)

인증서 인증을 추가합니다.

인증서 인증은 클라이언트 인증서의 유효성을 검사하고 인증서가 로 확인되는 이벤트를 발생시키는 인증 처리기를 ClaimsPrincipal사용합니다. 인증서 인증에 대한 자세한 내용은 를 참조하세요 https://tools.ietf.org/html/rfc5246#section-7.4.4 .

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

매개 변수

반환

AuthenticationBuilder

적용 대상

AddCertificate(AuthenticationBuilder, Action<CertificateAuthenticationOptions>)

인증서 인증을 추가합니다.

인증서 인증은 클라이언트 인증서의 유효성을 검사하고 인증서가 로 확인되는 이벤트를 발생시키는 인증 처리기를 ClaimsPrincipal사용합니다. 인증서 인증에 대한 자세한 내용은 를 참조하세요 https://tools.ietf.org/html/rfc5246#section-7.4.4 .

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

매개 변수

configureOptions
Action<CertificateAuthenticationOptions>

를 구성할 CertificateAuthenticationOptions대리자입니다.

반환

AuthenticationBuilder

적용 대상

AddCertificate(AuthenticationBuilder, String)

인증서 인증을 추가합니다.

인증서 인증은 클라이언트 인증서의 유효성을 검사하고 인증서가 로 확인되는 이벤트를 발생시키는 인증 처리기를 ClaimsPrincipal사용합니다. 인증서 인증에 대한 자세한 내용은 를 참조하세요 https://tools.ietf.org/html/rfc5246#section-7.4.4 .

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

매개 변수

authenticationScheme
String

인증 체계입니다.

반환

AuthenticationBuilder

적용 대상

AddCertificate(AuthenticationBuilder, String, Action<CertificateAuthenticationOptions>)

인증서 인증을 추가합니다.

인증서 인증은 클라이언트 인증서의 유효성을 검사하고 인증서가 로 확인되는 이벤트를 발생시키는 인증 처리기를 ClaimsPrincipal사용합니다. 인증서 인증에 대한 자세한 내용은 를 참조하세요 https://tools.ietf.org/html/rfc5246#section-7.4.4 .

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

매개 변수

authenticationScheme
String

인증 체계입니다.

configureOptions
Action<CertificateAuthenticationOptions>

를 구성할 CertificateAuthenticationOptions대리자입니다.

반환

AuthenticationBuilder

적용 대상