ICertificateValidationCache.Put Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Speichern einer AuthenticateResult für die Verbindung und das Zertifikat
public:
void Put(Microsoft::AspNetCore::Http::HttpContext ^ context, System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate, Microsoft::AspNetCore::Authentication::AuthenticateResult ^ result);
public void Put (Microsoft.AspNetCore.Http.HttpContext context, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Microsoft.AspNetCore.Authentication.AuthenticateResult result);
abstract member Put : Microsoft.AspNetCore.Http.HttpContext * System.Security.Cryptography.X509Certificates.X509Certificate2 * Microsoft.AspNetCore.Authentication.AuthenticateResult -> unit
Public Sub Put (context As HttpContext, certificate As X509Certificate2, result As AuthenticateResult)
Parameter
- context
- HttpContext
Die HttpContext.
- certificate
- X509Certificate2
Das Zertifikat.
- result
- AuthenticateResult