SecureBlackbox 2020 Python Edition

Questions / Feedback?

assertion_info_signed Property

Specifies whether the assertion is signed.

Syntax

def get_assertion_info_signed() -> bool: ...
def set_assertion_info_signed(value: bool) -> None: ...

assertion_info_signed = property(get_assertion_info_signed, set_assertion_info_signed)

Default Value

FALSE

Remarks

Specifies whether the assertion is signed.

Use this property to establish whether the assertion is signed.

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