SecureBlackbox 2020 Python Edition

Questions / Feedback?

pinned_assertion_issuer Property

Returns the pinned assertion issuer.

Syntax

def get_pinned_assertion_issuer() -> str: ...

pinned_assertion_issuer = property(get_pinned_assertion_issuer, None)

Default Value

""

Remarks

Check this property to access the SAML ID of the issuer of the assertion previously pinned with pin_assertion or pin_advice_assertion method.

This property is read-only.

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