2 implementations of Unprotect
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (2)
UserStoreEncryptPersonalDataTest.cs (2)
52public string Unprotect(string keyId, string data) 102public string Unprotect(string keyId, string data)
1 reference to Unprotect
Microsoft.Extensions.Identity.Core (1)
DefaultPersonalDataProtector.cs (1)
44return _encryptor.Unprotect(keyId, data.Substring(split + 1));