ICertificateValidationCache.Get(HttpContext, X509Certificate2) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the AuthenticateResult for the connection and certificate.
public:
Microsoft::AspNetCore::Authentication::AuthenticateResult ^ Get(Microsoft::AspNetCore::Http::HttpContext ^ context, System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate);
public Microsoft.AspNetCore.Authentication.AuthenticateResult Get (Microsoft.AspNetCore.Http.HttpContext context, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
public Microsoft.AspNetCore.Authentication.AuthenticateResult? Get (Microsoft.AspNetCore.Http.HttpContext context, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);
abstract member Get : Microsoft.AspNetCore.Http.HttpContext * System.Security.Cryptography.X509Certificates.X509Certificate2 -> Microsoft.AspNetCore.Authentication.AuthenticateResult
Public Function Get (context As HttpContext, certificate As X509Certificate2) As AuthenticateResult
Parameters
- context
- HttpContext
The HttpContext.
- certificate
- X509Certificate2
The certificate.