DigitalSignature
DigitalSignature(X509Certificate2)
Creates a new DigitalSignature object with the specified certificate.
public DigitalSignature(X509Certificate2 certificate)
| Parameter | Type | Description |
|---|---|---|
| certificate | X509Certificate2 | Certificate that will be used to sign the presentation. |
See Also
- class DigitalSignature
- namespace Aspose.Slides
- assembly Aspose.Slides
DigitalSignature(string, string)
Creates a new DigitalSignature object with the specified certificate file path and password.
public DigitalSignature(string filePath, string password)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | Path to the file with certificate. |
| password | String | Password required to access certificate. |
See Also
- class DigitalSignature
- namespace Aspose.Slides
- assembly Aspose.Slides