DigitalSignature

DigitalSignature

Overview

DigitalSignature is a class in Aspose.Words FOSS for .NET.

Represents a digital signature on a document and the result of its verification.

This class provides 1 method for working with DigitalSignature objects in .NET programs. Available methods include: ToString. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: CertificateHolder, Comments, IsValid, IssuerName, SignTime, SignatureType, and 2 more.

Properties

NameTypeAccessDescription
SignatureTypeDigitalSignatureTypeReadGets the type of the digital signature.
SignTimeDateTimeReadGets the time the document was signed.
CommentsstringReadGets the signing purpose comment.
SubjectNamestringReadReturns the subject distinguished name of the certificate that was used to sign the document.
IssuerNamestringReadReturns the subject distinguished name of the certificate isuuer.
IsValidboolReadReturns true if this digital signature is valid and the document has not been tampered with.
CertificateHolderCertificateHolderReadReturns the certificate holder object that contains the certificate was used to sign the document.
SignatureValuebyte[]ReadGets an array of bytes representing a signature value.

Methods

SignatureDescription
ToString()Returns a user-friendly string that displays the value of this object.

See Also