Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.AddAssertionConsumerService

TElSAMLServiceProviderInfo     See also     


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


Adds a new endpoint to the list.

Declaration

[C#]
    int AddAssertionConsumerService(TElSAMLEndpoint Endpoint);

[VB.NET]
    Function AddAssertionConsumerService(ByVal Endpoint As TElSAMLEndpoint) As Integer

[Pascal]
    function AddAssertionConsumerService(Endpoint : TElSAMLEndpoint) : integer;

[C++]
    int32_t AddAssertionConsumerService(TElSAMLEndpoint &Endpoint);
    int32_t AddAssertionConsumerService(TElSAMLEndpoint *Endpoint);

[PHP]
    integer AddAssertionConsumerService(TElSAMLEndpoint $Endpoint)

[Java]
    int addAssertionConsumerService(TElSAMLEndpoint Endpoint);

Parameters

  • Endpoint - the endpoint to be added to the list.

Description

Use this method to add an Authentication Request protocol endoint to the list.

See also:     AssertionConsumerServices     RemoveAssertionConsumerService    

Discuss this help topic in SecureBlackbox Forum