Support for XAdES Signature

Contents
[ ]

Aspose.Cells provides supports signing workbooks with XAdES Signature. For this, the API provides DigitalSignature class and XAdESType enumeration.

The following code snippet demonstrates the use of the DigitalSignature class to sign the source workbook.

Sample Code