Initializes a new instance of the Pbkdf2Params class

Namespace: Org.BouncyCastle.Asn1.Pkcs
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public Pbkdf2Params(
	byte[] salt,
	int iterationCount
)
Visual Basic
Public Sub New ( _
	salt As Byte(), _
	iterationCount As Integer _
)
Visual C++
public:
Pbkdf2Params(
	array<unsigned char>^ salt, 
	int iterationCount
)

Parameters

salt
Type: array<System..::..Byte>[]()[][]
iterationCount
Type: System..::..Int32

See Also