SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ArtifactURI Property

An accessor to the URI property of the artifact.

Syntax

ANSI (Cross Platform)
char* GetArtifactURI();
int SetArtifactURI(const char* lpszArtifactURI); Unicode (Windows) LPWSTR GetArtifactURI();
INT SetArtifactURI(LPCWSTR lpszArtifactURI);
@property (nonatomic,readwrite,assign,getter=artifactURI,setter=setArtifactURI:) NSString* artifactURI;
- (NSString*)artifactURI;
- (void)setArtifactURI:(NSString*)newArtifactURI;
#define PID_SAMLWRITER_ARTIFACTURI 7

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);

Default Value

""

Remarks

An accessor to the URI property of the artifact.

The URI property contains the origin of the artifact.

This property is not available at design time.

Data Type

String

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