Encrypter Constructor

Initializes a new instance of the Encrypter class.

public Encrypter(Byte[] owner, Byte[] user, Byte[] encryptionKey, int privileges)
Public Sub New (owner As Byte(), user As Byte(), encryptionKey As Byte(), privileges As Integer)

Parameters

owner
Byte[]

Encrypted owner password.

user
Byte[]

Encrypted user password.

encryptionKey
Byte[]

Encryption key.

privileges
Int32

PDF value of privileges.

Licensing Info

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

See Also

Encrypter
ceTe.DynamicPDF.IO

In this topic