1 write to DataProtectionProvider
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthPostConfigureOptions.cs (1)
35
options.
DataProtectionProvider
= options.DataProtectionProvider ?? _dp;
2 references to DataProtectionProvider
Microsoft.AspNetCore.Authentication.OAuth (2)
OAuthPostConfigureOptions.cs (2)
35
options.DataProtectionProvider = options.
DataProtectionProvider
?? _dp;
46
var dataProtector = options.
DataProtectionProvider
.CreateProtector(