Discuss this help topic in SecureBlackbox Forum

TElSAMLArtifact.TypeCode

TElSAMLArtifact     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Identifies the type of the artifact.

Declaration

[C#]
    ushort TypeCode;

[VB.NET]
    Property TypeCode As UInt16

[Pascal]
    property TypeCode : word;

[C++]
    uint16_t get_TypeCode();

[PHP]
    integer get_TypeCode()

[Java]
    short getTypeCode();

Description

This two-byte value identifies the type of the artifact. The default value is 0x04.

Discuss this help topic in SecureBlackbox Forum