1 reference to Unprotect
System.Web (1)
Security\Cryptography\DataProtectorCryptoService.cs (1)
35
return (protect) ? dataProtector.Protect(data) : dataProtector.
Unprotect
(data);