Namespace: Org.BouncyCastle.Crypto.Generators
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public override void Init( byte[] password, byte[] salt, int iterationCount ) |
Visual Basic |
---|
Public Overrides Sub Init ( _ password As Byte(), _ salt As Byte(), _ iterationCount As Integer _ ) |
Visual C++ |
---|
public: virtual void Init( array<unsigned char>^ password, array<unsigned char>^ salt, int iterationCount ) override |
Parameters
- password
- Type: array<System..::..Byte>[]()[][]
- salt
- Type: array<System..::..Byte>[]()[][]
- iterationCount
- Type: System..::..Int32