SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ArtifactTypeCode Property

The TypeCode property of the artifact.

Syntax

ANSI (Cross Platform)
int GetArtifactTypeCode();

Unicode (Windows)
INT GetArtifactTypeCode();
@property (nonatomic,readonly,assign,getter=artifactTypeCode) int artifactTypeCode;
- (int)artifactTypeCode;
#define PID_SAMLREADER_ARTIFACTTYPECODE 5

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

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 read-only and 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]