5 references to HstsOptions
Microsoft.AspNetCore.HttpsPolicy (5)
HstsMiddleware.cs (3)
33public HstsMiddleware(RequestDelegate next, IOptions<HstsOptions> options, ILoggerFactory loggerFactory) 39var hstsOptions = options.Value; 54public HstsMiddleware(RequestDelegate next, IOptions<HstsOptions> options)
HstsServicesExtensions.cs (2)
18/// <param name="configureOptions">A delegate to configure the <see cref="HstsOptions"/>.</param> 20public static IServiceCollection AddHsts(this IServiceCollection services, Action<HstsOptions> configureOptions)