5 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
;