Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.RemoveIDPArtifactResolutionService

TElSAMLServiceProvider     See also     


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


Removes the specified endpoint from the list.

Declaration

[C#]
    void RemoveIDPArtifactResolutionService(int Index);

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

[Pascal]
    procedure RemoveIDPArtifactResolutionService(Index : integer);

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

[PHP]
    void RemoveIDPArtifactResolutionService(integer $Index)

[Java]
    void removeIDPArtifactResolutionService(int Index);

Parameters

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

Description

Use this method to remove the specified artifact resolution service endpoint from the list.

Discuss this help topic in SecureBlackbox Forum