1 write to DataProtectionProvider
Microsoft.AspNetCore.Authentication.Cookies (1)
PostConfigureCookieAuthenticationOptions.cs (1)
32options.DataProtectionProvider ??= _dp;
2 references to DataProtectionProvider
Microsoft.AspNetCore.Authentication.Cookies (2)
CookieAuthenticationOptions.cs (1)
107/// cookie value. If not provided one will be created using <see cref="DataProtectionProvider"/>.
PostConfigureCookieAuthenticationOptions.cs (1)
43var dataProtector = options.DataProtectionProvider.CreateProtector("Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationMiddleware", name, "v2");