System.Security.Cryptography.PbeEncryptionAlgorithm
Specifies encryption algorithms to be used with Password-Based Encryption (PBE).
namespace System.Security.Cryptography
{
public enum PbeEncryptionAlgorithm
{
Unknown,
Aes128Cbc,
Aes192Cbc,
Aes256Cbc,
TripleDes3KeyPkcs12
}
}