Enum PdfEncryptionAlgorithm

Enum PdfEncryptionAlgorithm

Namespace: Aspose.Html.Rendering.Pdf.Encryption
Assembly: Aspose.HTML.dll (25.2.0)

Encryption mode enum. Describe using algorithm and key length. This enum is extended in order to be able to further increase functionality. This enum implements “Base-to-Core” pattern.

[ComVisible(true)]
public enum PdfEncryptionAlgorithm

Fields

RC4_128 = 1

Algorithm, with an RC4 encryption key length of 128 bits and advanced permission set;

RC4_40 = 0

Algorithm, with an RC4 encryption key length of 40 bits;