Mono Class Library: Overview

System.Security.Cryptography.RNGCryptoServiceProvider: Members

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

See Also: Inherited members from System.Security.Cryptography.RandomNumberGenerator

Public Constructors

Create a new RNGCryptoServiceProvider instance.
Create a new RNGCryptoServiceProvider instance using the array of bytes as a seed.
Create a new RNGCryptoServiceProvider instance using the specified Cryptographic Service Provider (CSP).
Create a new RNGCryptoServiceProvider instance using the specified string as a seed.

Public Methods

Finalize()
Documentation for this section has not yet been entered.
override
GetBytes(byte[])
Fill the supplied buffer with random bytes.
override
GetNonZeroBytes(byte[])
Fill the supplied buffer with random bytes excluding zeros (0x00).