SecureBlackbox 2020 Python Edition

Questions / Feedback?

signature_index Property

The index of the signature to update.

Syntax

def get_signature_index() -> int: ...
def set_signature_index(value: int) -> None: ...

signature_index = property(get_signature_index, set_signature_index)

Default Value

0

Remarks

Use this property to specify the index of the existing signature before timestamping or adding validation info.

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