Discuss this help topic in SecureBlackbox Forum

TElSAMLArtifact.EndPointIndex

TElSAMLArtifact     See also     


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


The index of the artifact endpoint.

Declaration

[C#]
    ushort EndPointIndex;

[VB.NET]
    Property EndPointIndex As UInt16

[Pascal]
    property EndPointIndex : word;

[C++]
    uint16_t get_EndPointIndex();
    void set_EndPointIndex(uint16_t Value);

[PHP]
    integer get_EndPointIndex()
    void set_EndPointIndex(integer $Value)

[Java]
    short getEndPointIndex();
    void setEndPointIndex(short arg0);

Description

This property specifies the index of the endpoint, in the respective provider's indexed endpoint list, where this artifact has to be delivered. The default value is 0.

See also:     SourceID    

Discuss this help topic in SecureBlackbox Forum