Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.IDPArtifactResolutionServices

TElSAMLServiceProvider     See also     


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


The list of artifact resolution service endpoints.

Declaration

[C#]
    TElSAMLEndpoint IDPArtifactResolutionServices[int Index];

[VB.NET]
    Property IDPArtifactResolutionServices(ByVal Index As Integer) As TElSAMLEndpoint

[Pascal]
    property IDPArtifactResolutionServices[Index : integer] : TElSAMLEndpoint;

[C++]
    TElSAMLEndpoint* get_IDPArtifactResolutionServices(int32_t Index);

[PHP]
    TElSAMLEndpoint get_IDPArtifactResolutionServices(integer $Index)

[Java]
    TElSAMLEndpoint getIDPArtifactResolutionServices(int Index);

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

This property contains a list of artifact resolution service endpoints.

Discuss this help topic in SecureBlackbox Forum