Pkcs12KeyGenerator Constructor
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
Pkcs12KeyGenerator(HashingAlgorithmId, String, Byte[], Int32, Int32)
Initializes a new instance of PKCS #12 key derivation algorithm.
Declaration
public Pkcs12KeyGenerator(HashingAlgorithmId algorithm, string password, byte[] salt, int iterations, int id)
Parameters
Type | Name | Description |
---|---|---|
HashingAlgorithmId | algorithm | Hash algorithm. |
String | password | Password. |
Byte[] | salt | Salt value. |
Int32 | iterations | Number of iterations. |
Int32 | id | ID value. |