SecureBlackbox 2020 Python Edition

Questions / Feedback?

sign_document Property

Whether to sign the document itself.

Syntax

def get_sign_document() -> bool: ...
def set_sign_document(value: bool) -> None: ...

sign_document = property(get_sign_document, set_sign_document)

Default Value

TRUE

Remarks

Use this property to specify whether the signature should be computed over the document itself.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]