ClientCertificateAuthHandler constructor
Initializes a new instance of the ClientCertificateAuthHandler class.
public ClientCertificateAuthHandler(KestrunHost host,
IOptionsMonitor<ClientCertificateAuthenticationOptions> options, ILoggerFactory loggerFactory,
UrlEncoder encoder)
| parameter | description |
|---|---|
| host | The Kestrun host instance. |
| options | The options for Client Certificate Authentication. |
| loggerFactory | The logger factory. |
| encoder | The URL encoder. |
See Also
- class KestrunHost
- class ClientCertificateAuthenticationOptions
- class ClientCertificateAuthHandler
- namespace Kestrun.Authentication