CertificateValidatedContext Constructor
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.
Creates a new instance of CertificateValidatedContext.
public:
CertificateValidatedContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Authentication::AuthenticationScheme ^ scheme, Microsoft::AspNetCore::Authentication::Certificate::CertificateAuthenticationOptions ^ options);
public CertificateValidatedContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Authentication.AuthenticationScheme scheme, Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationOptions options);
new Microsoft.AspNetCore.Authentication.Certificate.CertificateValidatedContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Authentication.AuthenticationScheme * Microsoft.AspNetCore.Authentication.Certificate.CertificateAuthenticationOptions -> Microsoft.AspNetCore.Authentication.Certificate.CertificateValidatedContext
Public Sub New (context As HttpContext, scheme As AuthenticationScheme, options As CertificateAuthenticationOptions)
Parameters
- context
- HttpContext
The HttpContext the validate context applies too.
- scheme
- AuthenticationScheme
The scheme used when the Certificate Authentication handler was registered.