SecureBlackbox 2020 iOS Edition

Questions / Feedback?

artifactTypeCode (property)

The TypeCode property of the artifact.

Syntax

@property (nonatomic,readwrite,assign,getter=artifactTypeCode,setter=setArtifactTypeCode:) int artifactTypeCode;
- (int)artifactTypeCode;
- (void)setArtifactTypeCode:(int)newArtifactTypeCode;
public var artifactTypeCode: Int32 {
  get {...}
set {...} }

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.

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