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)
602
foreach (var key in keyRing.
GetAllKeyIds
())
1541
foreach (var key in keyRing.
GetAllKeyIds
())