SecureBlackbox 2020 Python Edition

Questions / Feedback?

assertion_info_version Property

Specifies the SAML protocol version used.

Syntax

def get_assertion_info_version() -> str: ...
def set_assertion_info_version(value: str) -> None: ...

assertion_info_version = property(get_assertion_info_version, set_assertion_info_version)

Default Value

""

Remarks

Specifies the SAML protocol version used.

This property specifies the SAML protocol version. The default value is 2.0.

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