Namespace: Org.BouncyCastle.Crypto
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public virtual void Init( byte[] password, byte[] salt, int iterationCount )  | 
| Visual Basic | 
|---|
Public Overridable 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 )  | 
Parameters
- password
 - Type: array<System..::..Byte>[]()[][]
 
- salt
 - Type: array<System..::..Byte>[]()[][]
 
- iterationCount
 - Type: System..::..Int32