Initializes a new instance of the MgfParameters class
Namespace: Org.BouncyCastle.Crypto.ParametersAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public MgfParameters( byte[] seed, int off, int len ) |
| Visual Basic |
|---|
Public Sub New ( _ seed As Byte(), _ off As Integer, _ len As Integer _ ) |
| Visual C++ |
|---|
public: MgfParameters( array<unsigned char>^ seed, int off, int len ) |
Parameters
- seed
- Type: array<System..::..Byte>[]()[][]
- off
- Type: System..::..Int32
- len
- Type: System..::..Int32