SecureBlackbox 2020 Python Edition

Questions / Feedback?

sign_authn_requests Property

Specifies whether to sign Authn requests.

Syntax

def get_sign_authn_requests() -> bool: ...
def set_sign_authn_requests(value: bool) -> None: ...

sign_authn_requests = property(get_sign_authn_requests, set_sign_authn_requests)

Default Value

FALSE

Remarks

Set this property to true to enable signing of Authn requests.

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