Enum CryptoAlgorithm

CryptoAlgorithm enumeration

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

public enum CryptoAlgorithm

Values

NameValueDescription
RC4x400RC4 with key length 40.
RC4x1281RC4 with key length 128.
AESx1282AES with key length 128.
AESx2563AES with key length 256.
Custom4The custom encryption algorithm

See Also