5 writes to Secure
Microsoft.AspNetCore.CookiePolicy.Test (5)
CookiePolicyTests.cs (5)
54
Secure
= CookieSecurePolicy.Always
74
Secure
= CookieSecurePolicy.None
94
Secure
= CookieSecurePolicy.SameAsRequest
369
Secure
= CookieSecurePolicy.Always,
420
Secure
= CookieSecurePolicy.Always,
2 references to Secure
Microsoft.AspNetCore.CookiePolicy (2)
ResponseCookiesWrapper.cs (2)
109
|| Options.
Secure
!= CookieSecurePolicy.None;
229
switch (Options.
Secure
)