4 references to EncryptOrDecryptData
System.Web (4)
Security\CookieProtection.cs (2)
55
buf = MachineKeySection.
EncryptOrDecryptData
(true, buf, null, 0, count);
84
buf = MachineKeySection.
EncryptOrDecryptData
(false, buf, null, 0, buf.Length);
UI\ObjectStateFormatter.cs (2)
390
inputBytes = MachineKeySection.
EncryptOrDecryptData
(false, inputBytes, GetMacKeyModifier(), 0, length);
795
buffer = MachineKeySection.
EncryptOrDecryptData
(true, buffer, GetMacKeyModifier(), 0, length);