PdfPublicKeyEncryptionHandler Methods

The PdfPublicKeyEncryptionHandler type exposes the following members.

Methods

  NameDescription
Public methodAddOwner(X509Certificate2)
Adds a new recipient with owner permissions using the specified owner certificate.
Public methodAddOwner(Stream, String)
Adds a new recipient with owner permissions using the specified stream with key store contents.
Public methodAddOwner(String, String)
Adds a new recipient with owner permissions using the specified key store file.
Public methodAddRecipient(X509Certificate2, PdfPermissions)
Adds a new recipient with the specified permissions using the specified certificate.
Public methodAddRecipient(Stream, String, PdfPermissions)
Adds a new recipient with the specified permissions using the specified stream with key store contents.
Public methodAddRecipient(String, String, PdfPermissions)
Adds a new recipient with the specified permissions using the specified key store file.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object.ToString().)

See Also