CertificateValidationCache.Put Method

Definition

Store a AuthenticateResult for the connection and certificate

public:
 virtual 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
override this.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)

Parameters

context
HttpContext

The HttpContext.

certificate
X509Certificate2

The certificate.

Implements

Applies to