You are here: Symbol Reference > Stimulsoft.Report.Export Namespace > StiPdfEncryptionKeyLength Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Report.Export.StiPdfEncryptionKeyLength Enumeration

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

Syntax
C++
C#
Visual Basic
public: enum StiPdfEncryptionKeyLength { Bit40 = 1, Bit128 = 2, Bit128_r4 = 3, Bit256_r5 = 4, Bit256_r6 = 5 };
Members
Members 
Description 
Bit40 
RC4 algorithm, 40 bit encryption key length (Acrobat 3).  
Bit128 
RC4 algorithm, 128 bit encryption key length (Acrobat 5).  
Bit128_r4 
AES algorithm, 128 bit encryption key length, revision 4 (Acrobat 7).  
Bit256_r5 
AES algorithm, 256 bit encryption key length, revision 5 (Acrobat 9).  
Bit256_r6 
AES algorithm, 256 bit encryption key length, revision 6 (Acrobat X).  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.