SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

json_unprotected_header Property

Provides access to the unprotected part of the header.

Syntax

def get_json_unprotected_header() -> str: ...
def set_json_unprotected_header(value: str) -> None: ...

json_unprotected_header = property(get_json_unprotected_header, set_json_unprotected_header)

Default Value

""

Remarks

Provides access to the unprotected part of the header.

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