PdfStandardEncryptionHandler Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfStandardEncryptionHandler Class
Standard Security encryption handler. Use it to protect documents with passwords.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfEncryptionHandler
    BitMiracle.Docotic.Pdf.PdfStandardEncryptionHandler

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfStandardEncryptionHandler : PdfEncryptionHandler
VB
Public NotInheritable Class PdfStandardEncryptionHandler
	Inherits PdfEncryptionHandler

The PdfStandardEncryptionHandler type exposes the following members.

Constructors

  NameDescription
Public methodPdfStandardEncryptionHandler
Creates a new instance of Standard Security encryption handler with the specified owner and user passwords.

Properties

  NameDescription
Public propertyAlgorithm
Gets or sets the encryption algorithm to use while encrypting data.
(Inherited from PdfEncryptionHandler.)
Public propertyEncryptMetadata
Gets or sets the value indicating whether to encrypt document metadata.
Public propertyOwnerPassword
Gets the owner password to use while encrypting data.
Public propertyUserPassword
Gets the user password to use while encrypting data.
Public propertyUserPermissions
Gets the interface for the user access permissions.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object.ToString().)

See Also