MachineKey Methods
.NET Framework (current version)
Namespace:
System.Web.Security
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Decode(String^, MachineKeyProtection) | Obsolete. Decodes and/or validates data that has been encrypted or provided with a hash-based message authentication code (HMAC). |
![]() ![]() | Encode(array<Byte>^, MachineKeyProtection) | Obsolete. Encrypts data and/or appends a hash-based message authentication code (HMAC). |
![]() ![]() | Protect(array<Byte>^, array<String^>^) | Protects the specified data by encrypting or signing it. |
![]() ![]() | Unprotect(array<Byte>^, array<String^>^) | Unprotects the specified data, which was protected by the Protect method. |
Show:

