C# Class System.Web.Configuration.MachineKeyConfig

Show file Open project: runefs/Marvin Class Usage Examples

Private Properties

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

Private Methods

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