PdfPublicKeyEncryptionHandler Constructor

Creates a new instance of Public-Key Security encryption handler.

Overload List

  NameDescription
Public methodPdfPublicKeyEncryptionHandler(X509Certificate2)
Creates a new instance of Public-Key Security encryption handler using the specified owner certificate.
Public methodPdfPublicKeyEncryptionHandler(Stream, String)
Creates a new instance of Public-Key Security encryption handler with owner permissions using the specified stream with key store contents.
Public methodPdfPublicKeyEncryptionHandler(String, String)
Creates a new instance of Public-Key Security encryption handler with owner permissions using the specified key store file.
Public methodPdfPublicKeyEncryptionHandler(X509Certificate2, PdfPermissions)
Creates a new instance of Public-Key Security encryption handler using the specified certificate and permissions.
Public methodPdfPublicKeyEncryptionHandler(Stream, String, PdfPermissions)
Creates a new instance of Public-Key Security encryption handler with the specified permissions using the specified stream with key store contents.
Public methodPdfPublicKeyEncryptionHandler(String, String, PdfPermissions)
Creates a new instance of Public-Key Security encryption handler with the specified permissions using the specified key store file.

See Also