Class PdfPublicKeyDecryptionHandler
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
The Public-Key Security decryption handler. Use it to open public key encrypted documents.
public sealed class PdfPublicKeyDecryptionHandler : PdfDecryptionHandler
- Inheritance
-
PdfPublicKeyDecryptionHandler
- Inherited Members
Remarks
The Decrypt PDF documents in C# and VB.NET article describes how to process encrypted PDF documents.
Check out the other articles and code samples on the Passwords page.
Constructors
- PdfPublicKeyDecryptionHandler()
Creates a new decryption handler with the X.509 certificate store used by the current user.
- PdfPublicKeyDecryptionHandler(Stream, string)
Creates a new decryption handler using the specified stream with key store contents.
- PdfPublicKeyDecryptionHandler(X509Certificate2)
Creates a new decryption handler with the specified certificate.
- PdfPublicKeyDecryptionHandler(X509Store)
Creates a new decryption handler with the specified certificate store.
- PdfPublicKeyDecryptionHandler(string, string)
Creates a new decryption handler using the specified key store file.