다음을 통해 공유


ICertificateValidationCache 인터페이스

정의

인증서의 유효성을 검사한 후 결과를 저장하는 AuthenticateResult 데 사용되는 캐시

public interface class ICertificateValidationCache
public interface ICertificateValidationCache
type ICertificateValidationCache = interface
Public Interface ICertificateValidationCache
파생

메서드

Get(HttpContext, X509Certificate2)

AuthenticateResult 연결 및 인증서에 대한 를 가져옵니다.

Put(HttpContext, X509Certificate2, AuthenticateResult)

AuthenticateResult 연결 및 인증서에 대한 를 저장합니다.

적용 대상