PbeParameter Constructor
Namespace: Org.BouncyCastle.Asn1.PkcsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public PbeParameter(
byte[] salt,
int iterationCount
)
Public Sub New (
salt As Byte(),
iterationCount As Integer
)
Org.BouncyCastle.Asn1.Pkcs.PbeParameter = function(salt, iterationCount);
Parameters
- salt Byte
-
- iterationCount Int32
-