<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.0" />

Pbkdf2Params

public class Pbkdf2Params : Asn1Encodable
public static readonly AlgorithmIdentifier DefaultPrf

public bool IsDefaultPrf { get; }

public BigInteger IterationCount { get; }

public BigInteger KeyLength { get; }

public AlgorithmIdentifier Prf { get; }

public Pbkdf2Params(byte[] salt, int iterationCount)

public Pbkdf2Params(byte[] salt, int iterationCount, int keyLength)

public Pbkdf2Params(byte[] salt, int iterationCount, AlgorithmIdentifier prf)

public Pbkdf2Params(byte[] salt, int iterationCount, int keyLength, AlgorithmIdentifier prf)

public static Pbkdf2Params GetInstance(object obj)

public static Pbkdf2Params GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

public static Pbkdf2Params GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

public byte[] GetSalt()