Mono Class Library: Overview

System.Security.Cryptography.PKCS1MaskGenerationMethod: Members

The members of System.Security.Cryptography.PKCS1MaskGenerationMethod are listed below.

See Also: Inherited members from System.Security.Cryptography.MaskGenerationMethod

Public Constructors

Create a new instance of the PKCS#1 Mask Generation Function #1 (MGF1).

Public Properties

HashNamestring. The hash algorithm to be used by the mask function.

Public Methods

override
GenerateMask(byte[], int) : byte[]
Generate a new mask using the specified seed value.