DigitalSignature constructor
Leave feedback
On this page
Initialize Digital signature with default parameters.
def __init__(self):
...
Initialize Digital signature with known SignatureId.
def __init__(self, signature_id):
...
| Parameter | Type | Description |
|---|---|---|
| signature_id | System.String |
Create Digital signature with specified certificate.
def __init__(self, certificate):
...
| Parameter | Type | Description |
|---|---|---|
| certificate | System.Security.Cryptography.X509Certificates.X509Certificate2 | X509 certificate. |
- module
groupdocs.signature.domain - class
DigitalSignature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.