2 references to PerformOperation
System.Web (2)
Security\Cryptography\DataProtectorCryptoService.cs (2)
48
return
PerformOperation
(clearData, protect: true);
52
return
PerformOperation
(protectedData, protect: false);