8 references to KeyEscrowSinks
Microsoft.AspNetCore.DataProtection (5)
DataProtectionBuilderExtensions.cs (3)
68options.KeyEscrowSinks.Add(sink); 93options.KeyEscrowSinks.Add(implementationInstance); 119options.KeyEscrowSinks.Add(instance);
Internal\KeyManagementOptionsSetup.cs (1)
62options.KeyEscrowSinks.Add(escrowSink);
KeyManagement\XmlKeyManager.cs (1)
115var escrowSinks = keyManagementOptions.Value.KeyEscrowSinks;
Microsoft.AspNetCore.DataProtection.Tests (3)
Internal\KeyManagementOptionsSetupTest.cs (2)
31Assert.Empty(options.KeyEscrowSinks); 63options.KeyEscrowSinks,
KeyManagement\XmlKeyManagerTests.cs (1)
206options.Value.KeyEscrowSinks.Add(mockKeyEscrow.Object);