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