SecureBlackbox 2020 Python Edition

Questions / Feedback?

add_xml_header Property

Controls the inclusion of an XML header in the message.

Syntax

def get_add_xml_header() -> bool: ...
def set_add_xml_header(value: bool) -> None: ...

add_xml_header = property(get_add_xml_header, set_add_xml_header)

Default Value

FALSE

Remarks

Use this property to enable or disable inclusion of the XML header in the SAML message.

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