Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.RemoveAssertionConsumerService

TElSAMLServiceProviderInfo     See also     


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


Removes the specified endpoint from the list.

Declaration

[C#]
    void RemoveAssertionConsumerService(int Index);

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

[Pascal]
    procedure RemoveAssertionConsumerService(Index : integer);

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

[PHP]
    void RemoveAssertionConsumerService(integer $Index)

[Java]
    void removeAssertionConsumerService(int Index);

Parameters

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

Description

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

See also:     AssertionConsumerServices     AddAssertionConsumerService    

Discuss this help topic in SecureBlackbox Forum