HstsMiddleware Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Habilita o HTTP Strict Transport Security (HSTS) consulte https://tools.ietf.org/html/rfc6797.
public ref class HstsMiddleware
public class HstsMiddleware
type HstsMiddleware = class
Public Class HstsMiddleware
- Herança
-
HstsMiddleware
Construtores
HstsMiddleware(RequestDelegate, IOptions<HstsOptions>, ILoggerFactory) |
Inicialize o middleware HSTS. |
HstsMiddleware(RequestDelegate, IOptions<HstsOptions>) |
Inicialize o middleware HSTS. |
Métodos
Invoke(HttpContext) |
Invoque o middleware. |