C# 클래스 CryptoN.Key

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

공개 메소드들

메소드 설명
GetBytes ( ) : byte[]
Key ( byte keyAsBytes ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
Validate ( byte keyAsBytes ) : bool

메소드 상세

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

Key() 공개 메소드

public Key ( byte keyAsBytes ) : System
keyAsBytes byte
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string