Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("This constructor has been deprecated. Please use Pkcs12KeyGenerator(HashingAlgorithmId, string, byte[], int, int) instead.", _ False)> _ Public Sub New ( _ alg As Type, _ password As String, _ salt As Byte(), _ iterations As Integer, _ id As Integer _ ) |
C# |
---|
[ObsoleteAttribute("This constructor has been deprecated. Please use Pkcs12KeyGenerator(HashingAlgorithmId, string, byte[], int, int) instead.", false)] public Pkcs12KeyGenerator( Type alg, string password, byte[] salt, int iterations, int id ) |
Parameters
- alg
- Type: System..::..Type
- password
- Type: System..::..String
- salt
- Type: array<System..::..Byte>[]()[][]
- iterations
- Type: System..::..Int32
- id
- Type: System..::..Int32