KestrelServerOptionsHttpsExtensions Class
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.
public ref class KestrelServerOptionsHttpsExtensions abstract sealed
public static class KestrelServerOptionsHttpsExtensions
type KestrelServerOptionsHttpsExtensions = class
Public Module KestrelServerOptionsHttpsExtensions
- Inheritance
-
KestrelServerOptionsHttpsExtensions
Methods
UseHttps(KestrelServerOptions, HttpsConnectionFilterOptions) |
Configure Kestrel to use HTTPS. |
UseHttps(KestrelServerOptions, String, String) |
Configure Kestrel to use HTTPS. |
UseHttps(KestrelServerOptions, String) |
Configure Kestrel to use HTTPS. |
UseHttps(KestrelServerOptions, X509Certificate2) |
Configure Kestrel to use HTTPS. |