CertificateAuthenticationAppBuilderExtensions.AddCertificate 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
매개 변수
반환
적용 대상
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대리자입니다.
반환
적용 대상
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
인증 체계입니다.
반환
적용 대상
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대리자입니다.