The PdfPublicKeyEncryptionHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddOwner(X509Certificate2) |
Adds a new recipient with owner permissions using the specified owner certificate.
|
![]() | AddOwner(Stream, String) |
Adds a new recipient with owner permissions using the specified stream with key store
contents.
|
![]() | AddOwner(String, String) |
Adds a new recipient with owner permissions using the specified key store file.
|
![]() | AddRecipient(X509Certificate2, PdfPermissions) |
Adds a new recipient with the specified permissions using the specified certificate.
|
![]() | AddRecipient(Stream, String, PdfPermissions) |
Adds a new recipient with the specified permissions using the specified stream with key
store contents.
|
![]() | AddRecipient(String, String, PdfPermissions) |
Adds a new recipient with the specified permissions using the specified key store file.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides Object.ToString().) |