C# 클래스 System.Security.Cryptography.RandomNumberGeneratorImplementation

상속: RandomNumberGenerator
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
GetBytes ( byte data ) : void
GetBytes ( byte data, int offset, int count ) : void
GetNonZeroBytes ( byte data ) : void

비공개 메소드들

메소드 설명
GetBytes ( byte pbBuffer, int count ) : void
GetBytesInternal ( byte data, int offset, int count ) : void

메소드 상세

GetBytes() 공개 메소드

public GetBytes ( byte data ) : void
data byte
리턴 void

GetBytes() 공개 메소드

public GetBytes ( byte data, int offset, int count ) : void
data byte
offset int
count int
리턴 void

GetNonZeroBytes() 공개 메소드

public GetNonZeroBytes ( byte data ) : void
data byte
리턴 void