ICertificateValidationCache.Put Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Stocker un AuthenticateResult pour la connexion et le certificat
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)
Paramètres
- context
- HttpContext
L’HttpContextopérateur
- certificate
- X509Certificate2
Certificat.
- result
- AuthenticateResult