EncryptionAlgorithm Enumeration

This enumeration contains the possible values of the encryption algorithm used to encrypt a PDF document

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public enum EncryptionAlgorithm

Members

RC41 RC4 encryption algorithm
AES2 AES encryption algorithm

See Also