C# 클래스 System.Web.Util.MachineKeySectionUtils

파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
GetDecryptionAlgorithm ( string name ) : SymmetricAlgorithm
GetHexString ( byte bytes ) : string
GetValidationAlgorithm ( MachineKeySection section ) : KeyedHashAlgorithm

비공개 메소드들

메소드 설명
GetBytes ( string key, int len ) : byte[]
GetValidationAlgorithm ( section section ) : System.ComponentModel
ToHexValue ( char c, bool high ) : byte

메소드 상세

GetDecryptionAlgorithm() 공개 정적인 메소드

public static GetDecryptionAlgorithm ( string name ) : SymmetricAlgorithm
name string
리턴 System.Security.Cryptography.SymmetricAlgorithm

GetHexString() 정적인 공개 메소드

static public GetHexString ( byte bytes ) : string
bytes byte
리턴 string

GetValidationAlgorithm() 공개 정적인 메소드

public static GetValidationAlgorithm ( MachineKeySection section ) : KeyedHashAlgorithm
section System.Web.Configuration.MachineKeySection
리턴 System.Security.Cryptography.KeyedHashAlgorithm