SecureBlackbox 2020 Python Edition

Questions / Feedback?

artifact_type_code Property

The TypeCode property of the artifact.

Syntax

def get_artifact_type_code() -> int: ...
def set_artifact_type_code(value: int) -> None: ...

artifact_type_code = property(get_artifact_type_code, set_artifact_type_code)

Default Value

0

Remarks

The TypeCode field of the artifact.

The type code artifact parameter uniquely identifies the artifact format. Currently (as per SAML 2.0) the only type code of 4 is defined. This format assumes the presence of artifact_remaining_artifact, artifact_source_id, and artifact_message_handle parameters.

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