Initializes a new instance of the Pkcs5Scheme2PbeKey class
Namespace: Org.BouncyCastle.CmsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Pkcs5Scheme2PbeKey( string password, byte[] salt, int iterationCount ) |
Visual Basic |
---|
Public Sub New ( _ password As String, _ salt As Byte(), _ iterationCount As Integer _ ) |
Visual C++ |
---|
public: Pkcs5Scheme2PbeKey( String^ password, array<unsigned char>^ salt, int iterationCount ) |
Parameters
- password
- Type: System..::..String
- salt
- Type: array<System..::..Byte>[]()[][]
- iterationCount
- Type: System..::..Int32