2 references to CurrentKeyId
Microsoft.Extensions.Identity.Core (2)
DefaultPersonalDataProtector.cs (1)
54
var current = _keyRing.
CurrentKeyId
;
UserManager.cs (1)
687
return protector.Protect(keyRing.
CurrentKeyId
, data);