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