Freigeben über


CertificateValidationCache Klasse

Definition

MemoryCache-basierte Implementierung, die zum Speichern AuthenticateResult von Ergebnissen verwendet wird, nachdem das Zertifikat überprüft wurde

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
Vererbung
CertificateValidationCache
Implementiert

Konstruktoren

CertificateValidationCache(IOptions<CertificateValidationCacheOptions>)

Initialisiert eine neue Instanz von CertificateValidationCache.

Methoden

Get(HttpContext, X509Certificate2)

Rufen Sie die AuthenticateResult für die Verbindung und das Zertifikat ab.

Put(HttpContext, X509Certificate2, AuthenticateResult)

Speichern einer AuthenticateResult für die Verbindung und das Zertifikat

Gilt für: