This documentation is archived and is not being maintained.
MachineKeyProtection Enumeration
Visual Studio 2010
Specifies values that indicates whether data should be encrypted or decrypted, whether a hash-based message authentication code (HMAC) should be appended or validated, or both.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| All | Specifies that a hash-based message authentication code (HMAC) should be appended to the data and that the data should be encrypted (for the SecurityEncode() method) or that the data should be both decrypted and validated (for the SecurityDecode() method). | |
| Encryption | Specifies that the data should be encrypted (for the SecurityEncode() method) or decrypted (for the SecurityDecode() method). | |
| Validation | Specifies that a hash-based message authentication code (HMAC) should be appended to the data (for the SecurityEncode() method) or validated (for the SecurityDecode() method). |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: