1 reference to AggregateKeyEscrowSink
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\XmlKeyManager.cs (1)
116
_keyEscrowSink = escrowSinks.Count > 0 ? new
AggregateKeyEscrowSink
(escrowSinks) : null;