SecureBlackbox 2020 Python Edition

Questions / Feedback?

detached Property

Specifies whether a detached timestamp should be produced.

Syntax

def get_detached() -> bool: ...
def set_detached(value: bool) -> None: ...

detached = property(get_detached, set_detached)

Default Value

FALSE

Remarks

Set this property to true to produce a detached timestamp, i.e. kept separately and alongside the timestamped document.

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