SecureBlackbox 2020 Python Edition

Questions / Feedback?

sign Property

Specifies whether the created SAML message should be signed.

Syntax

def get_sign() -> bool: ...
def set_sign(value: bool) -> None: ...

sign = property(get_sign, set_sign)

Default Value

FALSE

Remarks

Set this property to true to indicate that you want the created message to be signed.

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