SecureBlackbox 2020 Python Edition

Questions / Feedback?

sec_settings_claimed_signing_time Property

Specifies the signing time from the signer's computer.

Syntax

def get_sec_settings_claimed_signing_time() -> str: ...
def set_sec_settings_claimed_signing_time(value: str) -> None: ...

sec_settings_claimed_signing_time = property(get_sec_settings_claimed_signing_time, set_sec_settings_claimed_signing_time)

Default Value

""

Remarks

Specifies the signing time from the signer's computer.

Use this property to specify the signature production time. The claimed time is not covered by the signature, may be forfeited or wrong, and as such is usually taken by verifiers for informational purposes only.

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