SecureBlackbox 2020 Python Edition

Questions / Feedback?

artifact_source_id Property

An accessor to the SourceID property of the artifact.

Syntax

def get_artifact_source_id() -> bytes: ...
def set_artifact_source_id(value: bytes) -> None: ...

artifact_source_id = property(get_artifact_source_id, set_artifact_source_id)

Remarks

An accessor to the SourceID property of the artifact.

SourceID uniquely identifies the issuer of the artifact.

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