1 implementation of CurrentKeyId
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
UserStoreEncryptPersonalDataTest.cs (1)
38public string CurrentKeyId => Current;
2 references to CurrentKeyId
Microsoft.Extensions.Identity.Core (2)
DefaultPersonalDataProtector.cs (1)
54var current = _keyRing.CurrentKeyId;
UserManager.cs (1)
610return protector.Protect(keyRing.CurrentKeyId, data);