Microsoft.AspNetCore.HttpsPolicy 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.
Contains types that are used to support HTTPS Redirection and HTTP Strict-Transport-Security (HSTS).
Classes
HstsMiddleware |
Enables HTTP Strict Transport Security (HSTS) See https://tools.ietf.org/html/rfc6797. |
HstsOptions |
Options for the Hsts Middleware |
HttpsRedirectionMiddleware |
Middleware that redirects non-HTTPS requests to an HTTPS URL. |
HttpsRedirectionOptions |
Options for the HTTPS Redirection Middleware. |
Remarks
For more information about requiring HTTPS, see Enforce HTTPS in ASP.NET Core.