SecureBlackbox 2020 Python Edition

Questions / Feedback?

encrypt_assertions Property

Specifies whether to encrypt assertions included into the IdP response.

Syntax

def get_encrypt_assertions() -> bool: ...
def set_encrypt_assertions(value: bool) -> None: ...

encrypt_assertions = property(get_encrypt_assertions, set_encrypt_assertions)

Default Value

FALSE

Remarks

Set this property to True to force the class to encrypt the assertions included into the server's response.

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