SecureBlackbox 2020 Python Edition

Questions / Feedback?

timestamped Property

Indicates whether or not the signature is timestamped.

Syntax

def get_timestamped() -> bool: ...

timestamped = property(get_timestamped, None)

Default Value

FALSE

Remarks

This property returns True if the signature is timestamped, and False otherwise.

This property is read-only.

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