1 write to KeyEscrowSinks
Microsoft.AspNetCore.DataProtection (1)
RegistryPolicy.cs (1)
18KeyEscrowSinks = keyEscrowSinks;
3 references to KeyEscrowSinks
Microsoft.AspNetCore.DataProtection (1)
Internal\KeyManagementOptionsSetup.cs (1)
57var escrowSinks = context.KeyEscrowSinks;
Microsoft.AspNetCore.DataProtection.Tests (2)
RegistryPolicyResolverTests.cs (2)
29Assert.Empty(context.KeyEscrowSinks); 46var actualKeyEscrowSinks = context.KeyEscrowSinks.ToArray();