CertificateAuthenticationAppBuilderExtensions.AddCertificateCache 메서드

정의

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

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

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

매개 변수

configureOptions
Action<CertificateValidationCacheOptions>

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

반환

AuthenticationBuilder

적용 대상