The following tables list the members exposed by PdfSecurity.
| Name | Description | |
|---|---|---|
![]() | Encrypt | Sets or returns a value indicating whether the document is encrypted. |
![]() | OwnerPassword | The owner password to be entered in the reader that permits full access to the document regardless of the specified user permissions. |
![]() | Permissions | Specifies the user permissions for the document. The PdfPermissions values can be combined using a bitwise OR combination. |
![]() | Use128Bit | Sets or returns a value indicating whether to use 128 bit encryption with full permissions capability. |
![]() | UserPassword | Sets or returns a user password string that can be entered when a user attempts to open the exported PDF in the reader. If this value is left empty, the user will not be prompted for a password, but will be restricted by the specified permissions. |
