IPWorks Encrypt 2020 Python Edition

Questions / Feedback?

include_headers Property

Tells the class whether to include the headers when encoding the message.

Syntax

def get_include_headers() -> bool: ...
def set_include_headers(value: bool) -> None: ...

include_headers = property(get_include_headers, set_include_headers)

Default Value

FALSE

Remarks

If true, the class will include the headers when sign, encrypt, or sign_and_encrypt are called. If false, only the message will be encoded.

The default value for include_headers is false.

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