C# Класс System.Web.Configuration.MachineKeyConfig

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AutoGenerate byte[]
GetDecryptionAlgorithm System.Security.Cryptography.SymmetricAlgorithm
GetDecryptionKey byte[]
GetValidationAlgorithm System.Security.Cryptography.KeyedHashAlgorithm
GetValidationKey byte[]
MachineKeyConfig System
SetDecryptionKey void
SetValidationKey void

Приватные методы

Метод Описание
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