CryptoAlgorithm Enumeration |
Represent type of cryptographic algorithm that used in encryption/decryption routines.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic enum CryptoAlgorithm
Public Enumeration CryptoAlgorithm
public enum class CryptoAlgorithm
Members
| Member 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