Partager via


CertificateValidationCache Classe

Définition

Implémentation basée sur MemoryCache utilisée pour stocker AuthenticateResult les résultats une fois le certificat validé

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
Héritage
CertificateValidationCache
Implémente

Constructeurs

CertificateValidationCache(IOptions<CertificateValidationCacheOptions>)

Initialise une nouvelle instance de CertificateValidationCache.

Méthodes

Get(HttpContext, X509Certificate2)

Obtenez le AuthenticateResult pour la connexion et le certificat.

Put(HttpContext, X509Certificate2, AuthenticateResult)

Stocker un AuthenticateResult pour la connexion et le certificat

S’applique à