C# 클래스 nHydrate.Generator.Common.Util.CryptographyUtility

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

공개 메소드들

메소드 설명
GetEntropy ( int length ) : string
GetRandomBytes ( int length ) : byte[]
ZeroMemory ( byte pByte ) : void

비공개 메소드들

메소드 설명
CryptographyUtility ( ) : System

메소드 상세

GetEntropy() 공개 정적인 메소드

public static GetEntropy ( int length ) : string
length int
리턴 string

GetRandomBytes() 공개 정적인 메소드

public static GetRandomBytes ( int length ) : byte[]
length int
리턴 byte[]

ZeroMemory() 공개 정적인 메소드

public static ZeroMemory ( byte pByte ) : void
pByte byte
리턴 void