SecureBlackbox 2020 Python Edition

Questions / Feedback?

validation_moment Property

Specifies the validation moment.

Syntax

def get_validation_moment() -> str: ...
def set_validation_moment(value: str) -> None: ...

validation_moment = property(get_validation_moment, set_validation_moment)

Default Value

""

Remarks

Use this property to specify the time for which the signature validation is performed. The time is in UTC.

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