1 implementation of GetAllKeys
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\XmlKeyManager.cs (1)
164public IReadOnlyCollection<IKey> GetAllKeys()
4 references to GetAllKeys
KeyManagementSample (2)
Program.cs (2)
37var allKeys = keyManager.GetAllKeys(); 55allKeys = keyManager.GetAllKeys();
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingProvider.cs (1)
85var allKeys = _keyManager.GetAllKeys();
Microsoft.AspNetCore.DataProtection.Tests (1)
KeyManagement\KeyRingProviderTests.cs (1)
771mockKeyManager.Setup(o => o.GetAllKeys())