System.Web.Configuration.MachineKeySection Members

The members of System.Web.Configuration.MachineKeySection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationSection

Public Constructors

Initializes a new instance of the System.Web.Configuration.MachineKeySection class by using default settings.

Public Properties

Decryptionstring.

Specifies the encryption algorithm that is used for encrypting and decrypting forms authentication data.

DecryptionKeystring.

Gets or sets the key that is used to encrypt and decrypt data, or the process by which the key is generated.

ValidationMachineKeyValidation.

Specifies the hashing algorithm that is used for validating forms authentication and view state data.

ValidationKeystring.

Gets or sets the key that is used to validate forms authentication and view state data, or the process by which the key is generated.

Protected Properties

[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered.

Protected Methods

override
Reset(System.Configuration.ConfigurationElement)
Documentation for this section has not yet been entered.