This enum specifies the available encryption levels.
Namespace: TallComponents.PDF.SecurityAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public enum EncryptionLevel |
| Visual Basic |
|---|
Public Enumeration EncryptionLevel |
Members
| Member name | Value | Description | |
|---|---|---|---|
| RC4_40bit | 0 | Encrypt this document with RC4 40-bit. | |
| RC4_128bit | 1 | Encrypt this document with RC4 128-bit. | |
| AES_128bit | 2 | Encrypt this document with AES v2 128-bit. (default) | |
| AES_256bit | 3 | Encrypt this document with AES v3 256-bit. |