C# Class System.Security.Cryptography.RandomNumberGeneratorImplementation

Inheritance: RandomNumberGenerator
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
GetBytes ( byte data ) : void
GetBytes ( byte data, int offset, int count ) : void
GetNonZeroBytes ( byte data ) : void

Private Methods

Méthode Description
GetBytes ( byte pbBuffer, int count ) : void
GetBytesInternal ( byte data, int offset, int count ) : void

Method Details

GetBytes() public méthode

public GetBytes ( byte data ) : void
data byte
Résultat void

GetBytes() public méthode

public GetBytes ( byte data, int offset, int count ) : void
data byte
offset int
count int
Résultat void

GetNonZeroBytes() public méthode

public GetNonZeroBytes ( byte data ) : void
data byte
Résultat void