SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ArtifactSourceID Property

An accessor to the SourceID property of the artifact.

Syntax

ANSI (Cross Platform)
int GetArtifactSourceID(char* &lpArtifactSourceID, int &lenArtifactSourceID);

Unicode (Windows)
INT GetArtifactSourceID(LPSTR &lpArtifactSourceID, INT &lenArtifactSourceID);
@property (nonatomic,readonly,assign,getter=artifactSourceID) NSData* artifactSourceID;
- (NSData*)artifactSourceID;
#define PID_SAMLREADER_ARTIFACTSOURCEID 4

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SAMLReader_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Remarks

An accessor to the SourceID property of the artifact.

SourceID uniquely identifies the issuer of the artifact.

This property is read-only and not available at design time.

Data Type

Byte Array

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