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

System.Security.Cryptography.MaskGenerationMethod.GenerateMask Method

Generate a new mask using the specified seed value. [Edit]

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

Parameters

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

Returns

An array of byte containing the generated mask. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

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