C# 클래스 Granados.RngManager.SecureRng

implementation of Rng
An instance returned should be used in the same thread.
상속: Rng
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

메소드 설명
GetBytes ( byte data ) : void
GetInt ( int maxValue ) : int
SecureRng ( RNGCryptoServiceProvider rng ) : System

메소드 상세

GetBytes() 공개 메소드

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

GetInt() 공개 메소드

public GetInt ( int maxValue ) : int
maxValue int
리턴 int

SecureRng() 공개 메소드

public SecureRng ( RNGCryptoServiceProvider rng ) : System
rng System.Security.Cryptography.RNGCryptoServiceProvider
리턴 System