Aes128Security Constructors
Overloads
Aes128Security() | Initializes a new instance of the Aes128Security class. |
Aes128Security(String) | Initializes a new instance of the Aes128Security class. |
Aes128Security(String, String) | Initializes a new instance of the Aes128Security class. |
Aes128Security()
Initializes a new instance of the Aes128Security class.
public Aes128Security()
Public Sub New ()
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Aes128Security(String)
Initializes a new instance of the Aes128Security class.
public Aes128Security(string password)
Public Sub New (password As String)
Parameters
- password
- String
The owner password to open the document.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Aes128Security(String, String)
Initializes a new instance of the Aes128Security class.
public Aes128Security(string ownerPassword, string userPassword)
Public Sub New (ownerPassword As String, userPassword As String)
Parameters
- ownerPassword
- String
The owner password to open the document.
- userPassword
- String
The user password to open the document.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.