Class PdfEncryptionHandler
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Abstract base class for all supported PDF encryption handlers. This class is a base class for PdfStandardEncryptionHandler and PdfPublicKeyEncryptionHandler classes.
public abstract class PdfEncryptionHandler
- Inheritance
-
PdfEncryptionHandler
- Derived
- Inherited Members
Remarks
The Encrypt PDF documents in C# and VB.NET article describes how to encrypt PDF documents.
Check out the other articles and code samples on the Passwords page.
Properties
- Algorithm
Gets or sets the encryption algorithm to use while encrypting data.