1 type derived from KeyRingBasedDataProtector
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingBasedSpanDataProtector.cs (1)
18internal unsafe class KeyRingBasedSpanDataProtector : KeyRingBasedDataProtector, ISpanDataProtector
2 instantiations of KeyRingBasedDataProtector
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\KeyRingBasedDataProtectionProvider.cs (1)
43return new KeyRingBasedDataProtector(
KeyManagement\KeyRingBasedDataProtector.cs (1)
85return new KeyRingBasedDataProtector(
1 reference to KeyRingBasedDataProtector
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingBasedDataProtectionProvider.cs (1)
20_logger = loggerFactory.CreateLogger<KeyRingBasedDataProtector>(); // note: for protector (not provider!) type