DocMDPSignature
Overview
DocMDPSignature is a class in Aspose.PDF FOSS for .NET.
Pairs a Signature (which carries the signing certificate) with the DocMDPAccessPermissions level a certifying signature will impose.
This class provides 1 method for working with DocMDPSignature objects in .NET programs.
Available methods include: DocMDPSignature.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: AccessPermissions, Signature.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Signature | Signature | Read | The signing-time signature (carries the PFX-loaded certificate and the standard Reason/Location/ContactInfo metadata). |
AccessPermissions | DocMDPAccessPermissions | Read | Access-permission level enforced by the resulting /DocMDP transform. |
Methods
| Signature | Description |
|---|---|
DocMDPSignature(signature: Signature, accessPermissions: DocMDPAccessPermissions) | Calls DocMDPSignature on this DocMDPSignature instance. |