SecureBlackbox 2020 Python Edition

Questions / Feedback?

issuer Property

Returns the issuer of the message.

Syntax

def get_issuer() -> str: ...

issuer = property(get_issuer, None)

Default Value

""

Remarks

Check this property to obtain the SAML ID of the issuer of the processed message.

This property is read-only.

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