C# Class System.Security.Cryptography.RandomNumberGeneratorImplementation

Inheritance: RandomNumberGenerator
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
GetBytes ( byte data ) : void
GetBytes ( byte data, int offset, int count ) : void
GetNonZeroBytes ( byte data ) : void

Private Methods

Method Description
GetBytes ( byte pbBuffer, int count ) : void
GetBytesInternal ( byte data, int offset, int count ) : void

Method Details

GetBytes() public method

public GetBytes ( byte data ) : void
data byte
return void

GetBytes() public method

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

GetNonZeroBytes() public method

public GetNonZeroBytes ( byte data ) : void
data byte
return void