PdfEncryptionHandler Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfEncryptionHandler Class
Abstract base class for all supported PDF encryption handlers. This class is a base class for PdfStandardEncryptionHandler and PdfPublicKeyEncryptionHandler classes.

Inheritance Hierarchy

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

Syntax

C#
public abstract class PdfEncryptionHandler
VB
Public MustInherit Class PdfEncryptionHandler

The PdfEncryptionHandler type exposes the following members.

Properties

  NameDescription
Public propertyAlgorithm
Gets or sets the encryption algorithm to use while encrypting data.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also