Click or drag to resize

StiPdfEncryptionKeyLength Enumeration

Enumeration which sets an encryption key length of the resulting pdf file.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public enum StiPdfEncryptionKeyLength
Members
  Member nameValueDescription
Bit401 RC4 algorithm, 40 bit encryption key length (Acrobat 3).
Bit1282 RC4 algorithm, 128 bit encryption key length (Acrobat 5).
Bit128_r43 AES algorithm, 128 bit encryption key length, revision 4 (Acrobat 7).
Bit256_r54 AES algorithm, 256 bit encryption key length, revision 5 (Acrobat 9).
Bit256_r65 AES algorithm, 256 bit encryption key length, revision 6 (Acrobat X).
See Also