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