Initializes a new instance of the Pkcs12PbeParams class

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

Syntax

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

Parameters

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

See Also