Mono Class Library: System.Security.Cryptography.RNGCryptoServiceProvider Overview | Members

System.Security.Cryptography.RNGCryptoServiceProvider Constructor

Create a new RNGCryptoServiceProvider instance using the array of bytes as a seed. [Edit]

public RNGCryptoServiceProvider (byte[] rgb)

Parameters

rgb
Seeding data for the random number generator. [Edit]

Remarks

Currently the runtime doesn't support any PRNG that requires seeding - so this contructor will not really seed the PRNG with the supplied data. [Edit]

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0