SecureBlackbox 2020 Python Edition

Questions / Feedback?

artifact_message_handle Property

An accessor to the MessageHandle property of the artifact.

Syntax

def get_artifact_message_handle() -> bytes: ...

artifact_message_handle = property(get_artifact_message_handle, None)

Remarks

An accessor to the MessageHandle property of the artifact.

A message handle is a unique reference to a SAML message that can be produced by the artifact issuer upon request.

This property is read-only.

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