C# Класс Granados.RngManager.SecureRng

implementation of Rng
An instance returned should be used in the same thread.
Наследование: Rng
Показать файл Открыть проект

Открытые методы

Метод Описание
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