1 implementation of GetAllKeyIds
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
UserStoreEncryptPersonalDataTest.cs (1)
40
public IEnumerable<string>
GetAllKeyIds
()
2 references to GetAllKeyIds
Microsoft.Extensions.Identity.Core (2)
UserManager.cs (2)
547
foreach (var key in keyRing.
GetAllKeyIds
())
1302
foreach (var key in keyRing.
GetAllKeyIds
())