SecureBlackbox 2020 Python Edition

Questions / Feedback?

authn_request_protocol_binding Property

Specifies the protocol binding to be requested in the authentication request.

Syntax

def get_authn_request_protocol_binding() -> str: ...
def set_authn_request_protocol_binding(value: str) -> None: ...

authn_request_protocol_binding = property(get_authn_request_protocol_binding, set_authn_request_protocol_binding)

Default Value

""

Remarks

Specifies the protocol binding to be requested in the authentication request.

Use this property to check or set the protocol binding to be used when responding to this request.

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