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)
31IDataProtector protector = new KeyRingBasedDataProtector( 66IDataProtector protector = new KeyRingBasedDataProtector( 104IDataProtector protector = new KeyRingBasedDataProtector( 121IDataProtector protector = new KeyRingBasedDataProtector( 136IDataProtector protector = new KeyRingBasedDataProtector( 150IDataProtector protector = new KeyRingBasedDataProtector( 168IDataProtector protector = new KeyRingBasedDataProtector( 186IDataProtector protector = new KeyRingBasedDataProtector( 220IDataProtector protector = new KeyRingBasedDataProtector( 273IDataProtector protector = new KeyRingBasedDataProtector( 309IDataProtector protector = new KeyRingBasedDataProtector( 344IDataProtector protector = new KeyRingBasedDataProtector( 407IDataProtector protector = new KeyRingBasedDataProtector( 447IDataProtector protector = new KeyRingBasedDataProtector( 493IDataProtector protector = new KeyRingBasedDataProtector( 543IDataProtector protector = new KeyRingBasedDataProtector( 574var protector = new KeyRingBasedDataProtector( 615IDataProtector 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)
23var actualBytes = KeyRingBasedDataProtector.AdditionalAuthenticatedDataTemplate.BuildAadTemplateBytes([ 45var actualBytes = KeyRingBasedDataProtector.AdditionalAuthenticatedDataTemplate.BuildAadTemplateBytes([
KeyManagement\KeyRingBasedDataProtectorTests.cs (2)
574var protector = new KeyRingBasedDataProtector( 808return loggerFactory.CreateLogger(typeof(KeyRingBasedDataProtector));