asposecells.api
Class DigitalSignature

Signature in file.

Property Getters/Setters Summary
methodgetCertificate()
           Certificate object that was used to sign the document.
methodgetComments()
methodsetComments(value)
           The purpose to signature.
methodisValid()
           If this digital signature is valid and the document has not been tampered with, this value will be true.
methodgetSignTime()
methodsetSignTime(value)
           The time when the document was signed.
 

Property Getters/Setters Detail

getCertificate : X509Certificate2 

X509Certificate2 getCertificate()
Certificate object that was used to sign the document.

getComments/setComments : String 

String getComments() / setComments(value)
The purpose to signature.

getSignTime/setSignTime : DateTime 

DateTime getSignTime() / setSignTime(value)
The time when the document was signed.

isValid : boolean 

boolean isValid()
If this digital signature is valid and the document has not been tampered with, this value will be true.

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