1 write to _cookieBuilder
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationOptions.cs (1)
55
set =>
_cookieBuilder
= value ?? throw new ArgumentNullException(nameof(value));
1 reference to _cookieBuilder
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationOptions.cs (1)
54
get =>
_cookieBuilder
;