aspose.words.digitalsignatures module
Contents
[
Hide
]The aspose.words.digitalsignatures module provides classes to sign documents and verify signatures.
Classes
Class | Description |
---|---|
CertificateHolder | Represents a holder of X509Certificate2 instance. To learn more, visit the Work with Digital Signatures documentation article. |
DigitalSignature | Represents a digital signature on a document and the result of its verification. To learn more, visit the Work with Digital Signatures documentation article. |
DigitalSignatureCollection | Provides a read-only collection of digital signatures attached to a document. To learn more, visit the Work with Digital Signatures documentation article. |
DigitalSignatureUtil | Provides methods for signing document. To learn more, visit the Work with Digital Signatures documentation article. |
SignOptions | Allows to specify options for document signing. To learn more, visit the Work with Digital Signatures documentation article. |
Enumerations
Enumeration | Description |
---|---|
DigitalSignatureType | Specifies the type of a digital signature. |
XmlDsigLevel | Specifies the level of a digital signature based on XML-DSig standard. |