System.Security.Cryptography.PbeParameters
Represents parameters to be used for Password-Based Encryption (PBE).
Gets the algorithm to use when encrypting data.
Gets the name of the hash algorithm to use with the Key Derivation Function (KDF) to turn a password
into an encryption key.
Gets the iteration count to provide to the Key Derivation Function (KDF) to turn a password
into an encryption key.
public PbeParameters(PbeEncryptionAlgorithm encryptionAlgorithm, HashAlgorithmName hashAlgorithm, int iterationCount)
Initializes a new instance of the PbeParameters class.