3 implementations of StrictTransportSecurity
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpHeaders.Generated.cs (3)
2396StringValues IHeaderDictionary.StrictTransportSecurity 10587StringValues IHeaderDictionary.StrictTransportSecurity 16788StringValues IHeaderDictionary.StrictTransportSecurity
4 writes to StrictTransportSecurity
Microsoft.AspNetCore.HttpsPolicy (1)
HstsMiddleware.cs (1)
76context.Response.Headers.StrictTransportSecurity = _strictTransportSecurityValue;
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
HeaderCollectionBenchmark.cs (1)
200headers.StrictTransportSecurity = "max-age=31536000; includeSubDomains; preload";
ResponseHeaderCollectionBenchmark.cs (1)
163headers.StrictTransportSecurity = "max-age=31536000; includeSubDomains; preload";
ResponseHeadersWritingBenchmark.cs (1)
101responseHeaders.StrictTransportSecurity = "max-age=31536000; includeSubdomains";
1 reference to StrictTransportSecurity
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
HeaderCollectionBenchmark.cs (1)
317value = headers.StrictTransportSecurity;