Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Microsoft.AspNetCore.Server.Kestrel.Https Namespace
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.
Provides types that are used for HTTPS configuration in the Kestrel web server.
Classes
| Name | Description |
|---|---|
| CertificateLoader |
Enables loading TLS certificates from the certificate store. |
| HttpsConnectionAdapterOptions |
Settings for how Kestrel should handle HTTPS connections. |
| HttpsConnectionFilter | |
| HttpsConnectionFilterOptions | |
| TlsHandshakeCallbackContext |
Per connection state used to determine the TLS options. |
| TlsHandshakeCallbackOptions |
Options used to configure a per connection callback for TLS configuration. |
Enums
| Name | Description |
|---|---|
| ClientCertificateMode |
Describes the client certificate requirements for a HTTPS connection. |
Remarks
For more information about configuring Kestrel, see Kestrel web server implementation in ASP.NET Core.
Feedback
Was this page helpful?
