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