C# 클래스 System.Web.Security.MachineKey

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

공개 메소드들

메소드 설명
Decode ( string encodedData, MachineKeyProtection protectionOption ) : byte[]
Encode ( byte data, MachineKeyProtection protectionOption ) : string
Protect ( byte userData ) : byte[]
Unprotect ( byte protectedData ) : byte[]

비공개 메소드들

메소드 설명
GetHashed ( string purposes ) : byte[]

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( string encodedData, MachineKeyProtection protectionOption ) : byte[]
encodedData string
protectionOption MachineKeyProtection
리턴 byte[]

Encode() 공개 정적인 메소드

public static Encode ( byte data, MachineKeyProtection protectionOption ) : string
data byte
protectionOption MachineKeyProtection
리턴 string

Protect() 공개 정적인 메소드

public static Protect ( byte userData ) : byte[]
userData byte
리턴 byte[]

Unprotect() 공개 정적인 메소드

public static Unprotect ( byte protectedData ) : byte[]
protectedData byte
리턴 byte[]