ClientCertificateAuthenticationOptions class

Options for configuring Client Certificate Authentication in Kestrun.

public class ClientCertificateAuthenticationOptions : CertificateAuthenticationOptions, 
    IAuthenticationHostOptions, IOpenApiAuthenticationOptions

Public Members

name description
ClientCertificateAuthenticationOptions() The default constructor.
Deprecated { get; set; }  
Description { get; set; }  
DisplayName { get; set; }  
DocumentationId { get; set; }  
GlobalScheme { get; set; }  
Host { get; set; }  
Logger { get; set; }  
ApplyTo(…) Helper to copy values from a user-supplied ClientCertificateAuthenticationOptions instance to the instance created by the framework inside AddCertificate().

See Also