MaskGenerationMethod.GenerateMask Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, generates a mask with the specified length using the specified random seed.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- rgbSeed
- Type:
System.Byte
[]
The random seed to use to compute the mask.
- cbReturn
- Type: System.Int32
The length of the generated mask in bytes.
Return Value
Type: System.Byte []A randomly generated mask whose length is equal to the cbReturn parameter.
Show: