Initializes a new instance of the Pkcs5Scheme2Utf8PbeKey class

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

Syntax

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

Parameters

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

See Also