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
| Name | Type | Access | Description |
|---|---|---|---|
SignatureType | DigitalSignatureType | Read | Gets the type of the digital signature. |
SignTime | DateTime | Read | Gets the time the document was signed. |
Comments | string | Read | Gets the signing purpose comment. |
SubjectName | string | Read | Returns the subject distinguished name of the certificate that was used to sign the document. |
IssuerName | string | Read | Returns the subject distinguished name of the certificate isuuer. |
IsValid | bool | Read | Returns true if this digital signature is valid and the document has not been tampered with. |
CertificateHolder | CertificateHolder | Read | Returns the certificate holder object that contains the certificate was used to sign the document. |
SignatureValue | byte[] | Read | Gets an array of bytes representing a signature value. |
Methods
| Signature | Description |
|---|---|
ToString() | Returns a user-friendly string that displays the value of this object. |