1 type derived from KeyRingBasedDataProtector
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingBasedSpanDataProtector.cs (1)
18internal unsafe class KeyRingBasedSpanDataProtector : KeyRingBasedDataProtector, ISpanDataProtector
20 instantiations of KeyRingBasedDataProtector
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\KeyRingBasedDataProtectionProvider.cs (1)
43return new KeyRingBasedDataProtector(
KeyManagement\KeyRingBasedDataProtector.cs (1)
85return new KeyRingBasedDataProtector(
Microsoft.AspNetCore.DataProtection.Tests (18)
KeyManagement\KeyRingBasedDataProtectorTests.cs (18)
38IDataProtector protector = new KeyRingBasedDataProtector( 73IDataProtector protector = new KeyRingBasedDataProtector( 111IDataProtector protector = new KeyRingBasedDataProtector( 128IDataProtector protector = new KeyRingBasedDataProtector( 143IDataProtector protector = new KeyRingBasedDataProtector( 157IDataProtector protector = new KeyRingBasedDataProtector( 175IDataProtector protector = new KeyRingBasedDataProtector( 193IDataProtector protector = new KeyRingBasedDataProtector( 227IDataProtector protector = new KeyRingBasedDataProtector( 280IDataProtector protector = new KeyRingBasedDataProtector( 316IDataProtector protector = new KeyRingBasedDataProtector( 351IDataProtector protector = new KeyRingBasedDataProtector( 414IDataProtector protector = new KeyRingBasedDataProtector( 454IDataProtector protector = new KeyRingBasedDataProtector( 500IDataProtector protector = new KeyRingBasedDataProtector( 550IDataProtector protector = new KeyRingBasedDataProtector( 581var protector = new KeyRingBasedDataProtector( 622IDataProtector protector = new KeyRingBasedDataProtector(
5 references to KeyRingBasedDataProtector
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingBasedDataProtectionProvider.cs (1)
20_logger = loggerFactory.CreateLogger<KeyRingBasedDataProtector>(); // note: for protector (not provider!) type
Microsoft.AspNetCore.DataProtection.Tests (4)
KeyManagement\AdditionalAuthenticatedDataTemplateTests.cs (2)
24var actualBytes = KeyRingBasedDataProtector.AdditionalAuthenticatedDataTemplate.BuildAadTemplateBytes([ 46var actualBytes = KeyRingBasedDataProtector.AdditionalAuthenticatedDataTemplate.BuildAadTemplateBytes([
KeyManagement\KeyRingBasedDataProtectorTests.cs (2)
581var protector = new KeyRingBasedDataProtector( 817return loggerFactory.CreateLogger(typeof(KeyRingBasedDataProtector));