1 write to _encryptor
Microsoft.Extensions.Identity.Core (1)
DefaultPersonalDataProtector.cs (1)
26_encryptor = protector;
2 references to _encryptor
Microsoft.Extensions.Identity.Core (2)
DefaultPersonalDataProtector.cs (2)
44return _encryptor.Unprotect(keyId, data.Substring(split + 1)); 55return current + ":" + _encryptor.Protect(current, data);