SecureBlackbox 2020 Python Edition

Questions / Feedback?

sec_settings_sign_message_header Property

Specifies whether to include the message header in the signature calculation.

Syntax

def get_sec_settings_sign_message_header() -> bool: ...
def set_sec_settings_sign_message_header(value: bool) -> None: ...

sec_settings_sign_message_header = property(get_sec_settings_sign_message_header, set_sec_settings_sign_message_header)

Default Value

FALSE

Remarks

Specifies whether to include the message header in the signature calculation.

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