SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

json_protected_header Property

Provides access to the header being protected.

Syntax

def get_json_protected_header() -> str: ...
def set_json_protected_header(value: str) -> None: ...

json_protected_header = property(get_json_protected_header, set_json_protected_header)

Default Value

""

Remarks

Provides access to the header being protected.

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