Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.RemoveArtifactResolutionService

TElSAMLServiceProviderInfo     See also     


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


Removes the specified endpoint from the list.

Declaration

[C#]
    void RemoveArtifactResolutionService(int Index);

[VB.NET]
    Sub RemoveArtifactResolutionService(ByVal Index As Integer)

[Pascal]
    procedure RemoveArtifactResolutionService(Index : integer);

[C++]
    void RemoveArtifactResolutionService(int32_t Index);

[PHP]
    void RemoveArtifactResolutionService(integer $Index)

[Java]
    void removeArtifactResolutionService(int Index);

Parameters

  • Index - the index of the item to be removed.

Description

Use this method to remove the specified endpoint from the list.

See also:     ArtifactResolutionServices     AddArtifactResolutionService    

Discuss this help topic in SecureBlackbox Forum