CipherAlgorithmType

CipherAlgorithmType enum

Enumerates the cipher algorithms.

enum class CipherAlgorithmType

Values

NameValueDescription
None0No encryption algorithm is used.
Null24576No encryption algorithm is used with a ‘Null’ cipher algorithm.
Des26113The DES algorithm.
Rc226114The RC2 algorithm.
TripleDes26115The 3DES algorithm.
Aes12826126The AES algorithm with a 128 bit key.
Aes19226127The AES algorithm with a 192 bit key.
Aes25626128The AES algorithm with a 256 bit key.
Aes26129The AES algorithm.
Rc426625The RC4 algorithm.

See Also