CryptoAlgorithm

CryptoAlgorithm enumeration

Represent type of cryptographic algorithm that used in encryption/decryption routines.

Members

Member nameDescription
RC4X40RC4 with key length 40.
RC4X128RC4 with key length 128.
AE_SX128AES with key length 128.
AE_SX256AES with key length 256.

See Also