C# 클래스 System.Web.Configuration.MachineKeySection

상속: System.Configuration.ConfigurationSection
파일 보기 프로젝트 열기: vargaz/mono 1 사용 예제들

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