Share via


HstsMiddleware Class

Definition

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

Name Description
HstsMiddleware(RequestDelegate, IOptions<HstsOptions>, ILoggerFactory)

Initialize the HSTS middleware.

HstsMiddleware(RequestDelegate, IOptions<HstsOptions>)

Initialize the HSTS middleware.

Methods

Name Description
Invoke(HttpContext)

Invoke the middleware.

Applies to