Table of Contents

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

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.