GenerateMask Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public abstract byte[] GenerateMask(
	byte[] rgbSeed,
	int cbReturn
)

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft