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