IRandomNumberGeneratorFeature.GetBytes(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Fills the supplied bytes with random values.
public void GetBytes (byte[] bytes);
abstract member GetBytes : byte[] -> unit
Public Sub GetBytes (bytes As Byte())
Parameters
- bytes
- Byte[]
Bytes to fill.