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

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

공개 메소드들

메소드 설명
Create ( ) : RandomNumberGenerator
Create ( string rngName ) : RandomNumberGenerator
Dispose ( ) : void
GetBytes ( byte data ) : void
GetBytes ( byte data, int offset, int count ) : void
GetNonZeroBytes ( byte data ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
RandomNumberGenerator ( )

비공개 메소드들

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

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : RandomNumberGenerator
리턴 RandomNumberGenerator

Create() 공개 정적인 메소드

public static Create ( string rngName ) : RandomNumberGenerator
rngName string
리턴 RandomNumberGenerator

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetBytes() 공개 추상적인 메소드

public abstract 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

RandomNumberGenerator() 보호된 메소드

protected RandomNumberGenerator ( )