CryptoAlgorithm
CryptoAlgorithm enumeration
Represent type of cryptographic algorithm that used in encryption/decryption routines.
public enum CryptoAlgorithm
Values
Name | Value | Description |
---|---|---|
RC4x40 | 0 |
RC4 with key length 40. |
RC4x128 | 1 |
RC4 with key length 128. |
AESx128 | 2 |
AES with key length 128. |
AESx256 | 3 |
AES with key length 256. |
See Also
- namespace Aspose.Pdf
- assembly Aspose.PDF