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