aspose.diagram
Class PdfDigitalSignatureDetails

Contains details for a pdf digital signature. At the moment digitally signing PDF documents is only available on .NET 2.0 or higher.

Property Getters/Setters Summary
functiongetCertificate()
           Certificate to sign with.
functiongetHashAlgorithm()
functionsetHashAlgorithm(value)
           Hash algorithm. The value of the property is PdfDigitalSignatureHashAlgorithm integer constant.
functiongetLocation()
functionsetLocation(value)
           Location of signing.
functiongetReason()
functionsetReason(value)
           The reason of signing.
functiongetSignatureDate()
           Date of signing.
 

Property Getters/Setters Detail

getCertificate : X509Certificate2 

function getCertificate()
Certificate to sign with.

getReason/setReason : String 

function getReason() / function setReason(value)
The reason of signing.

getLocation/setLocation : String 

function getLocation() / function setLocation(value)
Location of signing.

getSignatureDate : DateTime 

function getSignatureDate()
Date of signing.

getHashAlgorithm/setHashAlgorithm : Number 

function getHashAlgorithm() / function setHashAlgorithm(value)
Hash algorithm. The value of the property is PdfDigitalSignatureHashAlgorithm integer constant.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.