SecureBlackbox 2020 Python Edition

Questions / Feedback?

armor_headers Property

Additional headers to include with the armored message.

Syntax

def get_armor_headers() -> str: ...
def set_armor_headers(value: str) -> None: ...

armor_headers = property(get_armor_headers, set_armor_headers)

Default Value

""

Remarks

Use this property to specify additional headers to be included with the armored message.

Assign this property with a multi-line text, with each line being of "header: value" form (without quotes).

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