SecureBlackbox 2020 Python Edition

Questions / Feedback?

assertion_info_encrypted_content Property

Represents the encrypted assertion content.

Syntax

def get_assertion_info_encrypted_content() -> str: ...
def set_assertion_info_encrypted_content(value: str) -> None: ...

assertion_info_encrypted_content = property(get_assertion_info_encrypted_content, set_assertion_info_encrypted_content)

Default Value

""

Remarks

Represents the encrypted assertion content.

Use this property to get or set the encrypted assertion content.

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