custom_sign_hash property

custom_sign_hash property

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.

Definition:

@property
def custom_sign_hash(self):
    ...
@custom_sign_hash.setter
def custom_sign_hash(self, value):
    ...

See Also