PdfCryptoAlgorithm enumeration
PdfCryptoAlgorithm enumeration
Represent type of cryptographic algorithm that used in encryption routine.
The PdfCryptoAlgorithm type exposes the following members:
Fields
| Field | Description |
|---|---|
| RC4X40 | RC4 with key length 40. |
| RC4X128 | RC4 with key length 128. |
| AE_SX128 | AES with key length 128. |
| AE_SX256 | AES with key length 256. |