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(Byte[], MachineKeyProtection) | Obsolete. Encrypts data and/or appends a hash-based message authentication code (HMAC). |
![]() ![]() | Protect(Byte[], String[]) | Protects the specified data by encrypting or signing it. |
![]() ![]() | Unprotect(Byte[], String[]) | Unprotects the specified data, which was protected by the Protect method. |
Show:

