C# Class System.Web.Configuration.MachineKeySection

Inheritance: System.Configuration.ConfigurationSection
Afficher le fichier Open project: vargaz/mono Class Usage Examples

Private Properties

Свойство Type Description
AutoGenerate byte[]
GetDecryptionAlgorithm System.Security.Cryptography.SymmetricAlgorithm
GetDecryptionKey byte[]
GetValidationAlgorithm System.Security.Cryptography.KeyedHashAlgorithm
GetValidationKey byte[]
MachineKeySection System
SetDecryptionKey void
SetValidationKey void

Méthodes protégées

Méthode Description
Reset ( ConfigurationElement parentElement ) : void

Private Methods

Méthode 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 méthode

protected Reset ( ConfigurationElement parentElement ) : void
parentElement System.Configuration.ConfigurationElement
Résultat void