PdfPublicKeyDecryptionHandler Constructor

Creates a new decryption handler using the specified certificate, key store or certificate store.

Overload List

  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.

See Also