Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.AddSingleLogoutService

TElSAMLServiceProviderInfo     See also     


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


Adds a Single Logout service endpoint to the list.

Declaration

[C#]
    int AddSingleLogoutService(TElSAMLEndpoint Endpoint);

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

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

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

[PHP]
    integer AddSingleLogoutService(TElSAMLEndpoint $Endpoint)

[Java]
    int addSingleLogoutService(TElSAMLEndpoint Endpoint);

Parameters

  • Endpoint - the endpoint to be added to the list

Description

Use this method to add a Single Logout service (SLS) endpoint to the list.

See also:     SingleLogoutServices     RemoveSingleLogoutService    

Discuss this help topic in SecureBlackbox Forum