5 writes to HttpOnly
Microsoft.AspNetCore.Http.Features (1)
CookieOptions.cs (1)
119HttpOnly = HttpOnly,
Microsoft.Net.Http.Headers (1)
SetCookieHeaderValue.cs (1)
655result.HttpOnly = true;
Microsoft.Net.Http.Headers.Tests (3)
SetCookieHeaderValueTest.cs (3)
20HttpOnly = true, 137HttpOnly = true, 240HttpOnly = true,
12 references to HttpOnly
Microsoft.AspNetCore.Authentication.Test (2)
OpenIdConnect\OpenIdConnectChallengeTests.cs (2)
443Assert.True(nonceCookie.HttpOnly); 451Assert.True(correlationCookie.HttpOnly);
Microsoft.AspNetCore.CookiePolicy.Test (4)
CookiePolicyTests.cs (4)
402Assert.True(cookie.HttpOnly); 455Assert.True(cookie.HttpOnly); 462Assert.True(cookie.HttpOnly); 469Assert.True(cookie.HttpOnly);
Microsoft.Net.Http.Headers (6)
SetCookieHeaderValue.cs (6)
239if (HttpOnly) 297if (headerValue.HttpOnly) 382if (HttpOnly) 731&& HttpOnly == other.HttpOnly 746^ HttpOnly.GetHashCode();