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);
int SetArtifactSourceID(const char* lpArtifactSourceID, int lenArtifactSourceID); Unicode (Windows) INT GetArtifactSourceID(LPSTR &lpArtifactSourceID, INT &lenArtifactSourceID);
INT SetArtifactSourceID(LPCSTR lpArtifactSourceID, INT lenArtifactSourceID);
@property (nonatomic,readwrite,assign,getter=artifactSourceID,setter=setArtifactSourceID:) NSData* artifactSourceID;
- (NSData*)artifactSourceID;
- (void)setArtifactSourceID:(NSData*)newArtifactSourceID;
#define PID_SAMLWRITER_ARTIFACTSOURCEID 5

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SAMLWriter_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_SAMLWriter_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Remarks

An accessor to the SourceID property of the artifact.

SourceID uniquely identifies the issuer of the artifact.

This property is 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]