custom_sign_hash property
Leave feedback
On this page
Gets or sets a custom hash signing function, allowing users to implement their own digital signing logic. This enables signing with external certificates and supports different hash algorithms.
@property
def custom_sign_hash(self):
...
@custom_sign_hash.setter
def custom_sign_hash(self, value):
...
- module
groupdocs.signature.options - class
DigitalSignOptions - class
ICustomSignHash
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.