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