Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.ArtifactResolutionServices

TElSAMLServiceProviderInfo     See also     


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


A list of Artifact Resolution service endpoints.

Declaration

[C#]
    TElSAMLEndpoint ArtifactResolutionServices[int Index];

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

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

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

[PHP]
    TElSAMLEndpoint get_ArtifactResolutionServices(integer $Index)

[Java]
    TElSAMLEndpoint getArtifactResolutionServices(int Index);

Parameters

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

Description

Use this property to access a list of indexed endpoints which support Artifact Resolution service.

Discuss this help topic in SecureBlackbox Forum