PdfPublicKeyDecryptionHandler Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfPublicKeyDecryptionHandler Class
The Public-Key Security decryption handler. Use it to open public key encrypted documents.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfDecryptionHandler
    BitMiracle.Docotic.Pdf.PdfPublicKeyDecryptionHandler

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

Syntax

C#
public sealed class PdfPublicKeyDecryptionHandler : PdfDecryptionHandler
VB
Public NotInheritable Class PdfPublicKeyDecryptionHandler
	Inherits PdfDecryptionHandler

The PdfPublicKeyDecryptionHandler type exposes the following members.

Constructors

  NameDescription
Public methodPdfPublicKeyDecryptionHandler()
Creates a new decryption handler with the X.509 certificate store used by the current user.
Public methodPdfPublicKeyDecryptionHandler(X509Certificate2)
Creates a new decryption handler with the specified certificate.
Public methodPdfPublicKeyDecryptionHandler(X509Store)
Creates a new decryption handler with the specified certificate store.
Public methodPdfPublicKeyDecryptionHandler(Stream, String)
Creates a new decryption handler using the specified stream with key store contents.
Public methodPdfPublicKeyDecryptionHandler(String, String)
Creates a new decryption handler using the specified key store file.

Methods

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

See Also