PKCS1MaskGenerationMethod.GenerateMask Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Generates and returns a mask from the specified random seed of the specified length.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- rgbSeed
- Type:
System.Byte
[]
The random seed to use for computing 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: