RC4128Security Constructors

Overloads

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

RC4128Security()

Initializes a new instance of the RC4128Security class.

public RC4128Security()
Public Sub New ()

Licensing Info

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

RC4128Security(String)

Initializes a new instance of the RC4128Security class.

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

RC4128Security(String, String)

Initializes a new instance of the RC4128Security class.

public RC4128Security(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

RC4128Security
ceTe.DynamicPDF.Cryptography

In this topic