1 implementation of GetAllKeys
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\XmlKeyManager.cs (1)
164public IReadOnlyCollection<IKey> GetAllKeys()
1 reference to GetAllKeys
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingProvider.cs (1)
85var allKeys = _keyManager.GetAllKeys();