Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.RemoveIDPAttributeQueryService

TElSAMLServiceProvider     See also     


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


Removes the specified endpoint from the list.

Declaration

[C#]
    void RemoveIDPAttributeQueryService(int Index);

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

[Pascal]
    procedure RemoveIDPAttributeQueryService(Index : integer);

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

[PHP]
    void RemoveIDPAttributeQueryService(integer $Index)

[Java]
    void removeIDPAttributeQueryService(int Index);

Parameters

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

Description

Use this method to remove the specified Attribute Query service endpoint from the list.

See also:     IDPAttributeQueryServices     AddIDPAttributeQueryService    

Discuss this help topic in SecureBlackbox Forum