SecureBlackbox 2020 Python Edition

Questions / Feedback?

signature_type Property

Specifies the type of the signature to be made.

Syntax

def get_signature_type() -> int: ...
def set_signature_type(value: int) -> None: ...

signature_type = property(get_signature_type, set_signature_type)

Default Value

0

Remarks

Use this property to define what kind of signature should be made over the document.

ostDefault0
ostBinaryCryptoAPI1
ostBinaryXML2
ostOpenXML3
ostOpenXPS4
ostOpenDocument5

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