C# Class System.Web.Configuration.MachineKeySection

Inheritance: System.Configuration.ConfigurationSection
Show file Open project: vargaz/mono Class Usage Examples

Private Properties

Property Type Description
AutoGenerate byte[]
GetDecryptionAlgorithm System.Security.Cryptography.SymmetricAlgorithm
GetDecryptionKey byte[]
GetValidationAlgorithm System.Security.Cryptography.KeyedHashAlgorithm
GetValidationKey byte[]
MachineKeySection System
SetDecryptionKey void
SetValidationKey void

Protected Methods

Method Description
Reset ( ConfigurationElement parentElement ) : void

Private Methods

Method Description
AutoGenerate ( System.Web.Configuration.MachineKeyRegistryStorage type ) : byte[]
GetDecryptionAlgorithm ( ) : SymmetricAlgorithm
GetDecryptionKey ( ) : byte[]
GetValidationAlgorithm ( ) : KeyedHashAlgorithm
GetValidationKey ( ) : byte[]
MachineKeySection ( ) : System
SetDecryptionKey ( string key ) : void
SetValidationKey ( string key ) : void

Method Details

Reset() protected method

protected Reset ( ConfigurationElement parentElement ) : void
parentElement System.Configuration.ConfigurationElement
return void