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

Наследование: System.Configuration.ConfigurationSection
Показать файл Открыть проект Примеры использования класса

Private Properties

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

Защищенные методы

Метод Описание
Reset ( ConfigurationElement parentElement ) : void

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

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

Описание методов

Reset() защищенный Метод

protected Reset ( ConfigurationElement parentElement ) : void
parentElement System.Configuration.ConfigurationElement
Результат void