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

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

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