Click or drag to resize
CryptoAlgorithm Enumeration
Represent type of cryptographic algorithm that used in encryption/decryption routines.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum CryptoAlgorithm
Members
  Member nameValueDescription
RC4x400 RC4 with key length 40.
RC4x1281 RC4 with key length 128.
AESx1282 AES with key length 128.
AESx2563 AES with key length 256.
See Also