DigitalSignature constructor
init
Creates a new DigitalSignature object with the specified certificate.
def __init__(self, certificate):
...
| Parameter | Type | Description |
|---|---|---|
| certificate | System.Security.Cryptography.X509Certificates.X509Certificate2 | Certificate that will be used to sign the presentation. |
init
Creates a new DigitalSignature object with the specified certificate file path and password.
def __init__(self, file_path, password):
...
| Parameter | Type | Description |
|---|---|---|
| file_path | str | Path to the file with certificate. |
| password | str | Password required to access certificate. |
See Also
- class
DigitalSignature - module
aspose.slides - library
Aspose.Slides