PdfEncryptionAlgorithm Enumeration
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.

Namespace: Aspose.Html.Rendering.Pdf.Encryption
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public enum PdfEncryptionAlgorithm
Members
  Member nameValueDescription
RC4_400 Algorithm, with an RC4 encryption key length of 40 bits;
RC4_1281 Algorithm, with an RC4 encryption key length of 128 bits and advanced permission set;
See Also