SecureBlackbox 2020 Python Edition

Questions / Feedback?

sign_response Property

Specifies whether the IdP responses should be signed.

Syntax

def get_sign_response() -> bool: ...
def set_sign_response(value: bool) -> None: ...

sign_response = property(get_sign_response, set_sign_response)

Default Value

FALSE

Remarks

Set this property to True to automatically sign the responses sent by this IdP server.

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