4 references to Protect
Microsoft.Extensions.Identity.Core (4)
DefaultPersonalDataProtector.cs (1)
55
return current + ":" + _encryptor.
Protect
(current, data);
UserManager.cs (3)
613
var oldKey = protector.
Protect
(key, userName);
687
return protector.
Protect
(keyRing.CurrentKeyId, data);
1573
var oldKey = protector.
Protect
(key, email);