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

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.

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

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

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.

Masks are used in key exchange computation and generally are not used by applications.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft