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