CertificateValidationCache Třída

Definice

Implementace založená na memoryCache sloužící k ukládání AuthenticateResult výsledků po ověření certifikátu

public ref class CertificateValidationCache : Microsoft::AspNetCore::Authentication::Certificate::ICertificateValidationCache
public class CertificateValidationCache : Microsoft.AspNetCore.Authentication.Certificate.ICertificateValidationCache
type CertificateValidationCache = class
    interface ICertificateValidationCache
Public Class CertificateValidationCache
Implements ICertificateValidationCache
Dědičnost
CertificateValidationCache
Implementuje

Konstruktory

CertificateValidationCache(IOptions<CertificateValidationCacheOptions>)

Inicializuje novou instanci .CertificateValidationCache

Metody

Get(HttpContext, X509Certificate2)

AuthenticateResult Získejte informace o připojení a certifikátu.

Put(HttpContext, X509Certificate2, AuthenticateResult)

AuthenticateResult Uložení připojení a certifikátu

Platí pro