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