SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ArtifactTypeCode Property

The TypeCode property of the artifact.

Syntax

ANSI (Cross Platform)
int GetArtifactTypeCode();
int SetArtifactTypeCode(int iArtifactTypeCode); Unicode (Windows) INT GetArtifactTypeCode();
INT SetArtifactTypeCode(INT iArtifactTypeCode);
@property (nonatomic,readwrite,assign,getter=artifactTypeCode,setter=setArtifactTypeCode:) int artifactTypeCode;
- (int)artifactTypeCode;
- (void)setArtifactTypeCode:(int)newArtifactTypeCode;
#define PID_SAMLWRITER_ARTIFACTTYPECODE 6

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

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 ArtifactRemainingArtifact, ArtifactSourceID, and ArtifactMessageHandle parameters.

This property is not available at design time.

Data Type

Integer

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