Mono Class Library: Overview

System.Security.Cryptography.RandomNumberGenerator: Members

The members of System.Security.Cryptography.RandomNumberGenerator are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Documentation for this section has not yet been entered.

Public Methods

static
Create() : RandomNumberGenerator
Create an instance of the default random number generation implementation.
static
Create(string) : RandomNumberGenerator
Create an instance of the specified random number generator implementation.
abstract
GetBytes(byte[])
Fill the supplied buffer with random bytes.
abstract
GetNonZeroBytes(byte[])
Fill the supplied buffer with random bytes excluding zeros (0x00).