MachineKey Methods
.NET Framework 4.5
The MachineKey type exposes the following members.
| Name | Description | |
|---|---|---|
|
Decode | Obsolete. Decodes and/or validates data that has been encrypted or provided with a hash-based message authentication code (HMAC). |
|
Encode | Obsolete. Encrypts data and/or appends a hash-based message authentication code (HMAC). |
|
Protect | Protects the specified data by encrypting or signing it. |
|
Unprotect | Unprotects the specified data, which was protected by the Protect method. |