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:

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:

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:

See Also

Aes128Security
ceTe.DynamicPDF.Cryptography

In this topic