SecureBlackbox 2020 Python Edition

Questions / Feedback?

assertion_info_conditions_not_before Property

Represents the Conditions.

Syntax

def get_assertion_info_conditions_not_before() -> str: ...
def set_assertion_info_conditions_not_before(value: str) -> None: ...

assertion_info_conditions_not_before = property(get_assertion_info_conditions_not_before, set_assertion_info_conditions_not_before)

Default Value

""

Remarks

Represents the Conditions.NotBefore assertion property.

Use this property to get or set the Conditions.NotBefore property of the assertion.

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