20 instantiations of KeyRingBasedDataProtector
Microsoft.AspNetCore.DataProtection (2)
KeyManagement\KeyRingBasedDataProtectionProvider.cs (1)
26return new KeyRingBasedDataProtector(
KeyManagement\KeyRingBasedDataProtector.cs (1)
68return new KeyRingBasedDataProtector(
Microsoft.AspNetCore.DataProtection.Tests (18)
KeyManagement\KeyRingBasedDataProtectorTests.cs (18)
25IDataProtector protector = new KeyRingBasedDataProtector( 60IDataProtector protector = new KeyRingBasedDataProtector( 98IDataProtector protector = new KeyRingBasedDataProtector( 115IDataProtector protector = new KeyRingBasedDataProtector( 130IDataProtector protector = new KeyRingBasedDataProtector( 144IDataProtector protector = new KeyRingBasedDataProtector( 162IDataProtector protector = new KeyRingBasedDataProtector( 180IDataProtector protector = new KeyRingBasedDataProtector( 214IDataProtector protector = new KeyRingBasedDataProtector( 267IDataProtector protector = new KeyRingBasedDataProtector( 303IDataProtector protector = new KeyRingBasedDataProtector( 338IDataProtector protector = new KeyRingBasedDataProtector( 401IDataProtector protector = new KeyRingBasedDataProtector( 441IDataProtector protector = new KeyRingBasedDataProtector( 487IDataProtector protector = new KeyRingBasedDataProtector( 537IDataProtector protector = new KeyRingBasedDataProtector( 568var protector = new KeyRingBasedDataProtector( 609IDataProtector protector = new KeyRingBasedDataProtector(
5 references to KeyRingBasedDataProtector
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingBasedDataProtectionProvider.cs (1)
19_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)
568var protector = new KeyRingBasedDataProtector( 651return loggerFactory.CreateLogger(typeof(KeyRingBasedDataProtector));