SecureBlackbox 2020 Python Edition

Questions / Feedback?

assertion_issuer Property

Specifies the assertion issuer.

Syntax

def get_assertion_issuer() -> str: ...
def set_assertion_issuer(value: str) -> None: ...

assertion_issuer = property(get_assertion_issuer, set_assertion_issuer)

Default Value

""

Remarks

Use this property to provide the assertion issuer ID.

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