Aes256Security Constructors

Overloads

Aes256Security()Initializes a new instance of the Aes256Security class.
Aes256Security(String)Initializes a new instance of the Aes256Security class.
Aes256Security(String, String)Initializes a new instance of the Aes256Security class.

Aes256Security()

Initializes a new instance of the Aes256Security class.

public Aes256Security()
Public Sub New ()

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Aes256Security(String)

Initializes a new instance of the Aes256Security class.

public Aes256Security(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:

Aes256Security(String, String)

Initializes a new instance of the Aes256Security class.

public Aes256Security(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:

See Also

Aes256Security
ceTe.DynamicPDF.Cryptography

In this topic