SymmetricAlgorithmType

SymmetricAlgorithmType enumeration

Represents symmetric encryption algorithm type.

public enum SymmetricAlgorithmType

Values

Name Value Description
Rijndael 3 Represents Rijndael symmetric encryption algorithm.
AESNew 5 Represents improved AES (Advanced Encryption Standard) encryption algorithm.

See Also