Namespace: BitMiracle.Docotic.Pdf
public sealed class PdfPublicKeyDecryptionHandler : PdfDecryptionHandler
Public NotInheritable Class PdfPublicKeyDecryptionHandler Inherits PdfDecryptionHandler
The PdfPublicKeyDecryptionHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfPublicKeyDecryptionHandler() |
Creates a new decryption handler with the X.509 certificate store used by the current
user.
|
![]() | PdfPublicKeyDecryptionHandler(X509Certificate2) |
Creates a new decryption handler with the specified certificate.
|
![]() | PdfPublicKeyDecryptionHandler(X509Store) |
Creates a new decryption handler with the specified certificate store.
|
![]() | PdfPublicKeyDecryptionHandler(Stream, String) |
Creates a new decryption handler using the specified stream with key store contents.
|
![]() | PdfPublicKeyDecryptionHandler(String, String) |
Creates a new decryption handler using the specified key store file.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |