System.Web.Configuration.MachineKeyValidation.AES Field

Specifies that ASP.NET uses the AES (Rijndael) encryption algorithm.

Syntax

MachineKeyValidation AES

Remarks

Choose this option if you want to encrypt view state in your Web application. If you choose this option, the MachineKeySection.DecryptionKey property will be used for encryption and decryption, and the HMACSHA1 hash algorithm will be used with the MachineKeySection.ValidationKey property for validation.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0