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