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::GetBytes Method
.NET Framework (current version)
Fills an array of bytes with a cryptographically strong random sequence of values.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetBytes(array<Byte>^) | When overridden in a derived class, fills an array of bytes with a cryptographically strong random sequence of values. |
![]() | GetBytes(array<Byte>^, Int32, Int32) | Fills the specified byte array with a cryptographically strong random sequence of values. |
Show:
