HstsMiddleware 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.
Enables HTTP Strict Transport Security (HSTS) See https://tools.ietf.org/html/rfc6797.
public ref class HstsMiddleware
public class HstsMiddleware
type HstsMiddleware = class
Public Class HstsMiddleware
- Inheritance
-
HstsMiddleware
Constructors
HstsMiddleware(RequestDelegate, IOptions<HstsOptions>, ILoggerFactory) |
Initialize the HSTS middleware. |
HstsMiddleware(RequestDelegate, IOptions<HstsOptions>) |
Initialize the HSTS middleware. |
Methods
Invoke(HttpContext) |
Invoke the middleware. |