EncryptionLevel Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum defines allowed encryption algorithms.

Namespace:  Apitron.PDF.Kit.Security
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum EncryptionLevel
Members

  Member nameValueDescription
RC4_40bit1 Encrypt this document with RC4 40-bit.
RC4_128bit2 Encrypt this document with RC4 128-bit.
AES_128bit3 Encrypt this document with AES v2 128-bit. (default)
AES_256bit4 Encrypt this document with AES v3 256-bit.
None5 The application shall not decrypt data but shall direct the input stream to the security handler(ICustomSecurityHandler) for decryption. Should not be used with Standard or Certificate security handlers.
See Also

Reference