The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
RandomNumberGenerator::Create Method
.NET Framework (current version)
Creates an instance of an implementation of a cryptographic random number generator.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Create() | When overridden in a derived class, creates an instance of the default implementation of a cryptographic random number generator that can be used to generate random data. |
![]() ![]() | Create(String^) | When overridden in a derived class, creates an instance of the specified implementation of a cryptographic random number generator. |
Show:

