Mono Class Library: System.Security.Cryptography.MaskGenerationMethod Overview | Members

System.Security.Cryptography.MaskGenerationMethod.GenerateMask Method

Generate a new mask using the specified seed value.

[System.Runtime.InteropServices.ComVisible(true)]
public abstract byte[] GenerateMask (byte[] rgbSeed, int cbReturn)

Parameters

rgbSeed
The random seed to be used for the mask.
cbReturn
The required length of the mask.

Returns

An array of byte containing the generated mask.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0