Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.AddIDPSingleSignOnService

TElSAMLServiceProvider     See also     


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


Adds a new endpoint to the list.

Declaration

[C#]
    int AddIDPSingleSignOnService(TElSAMLEndpoint Endpoint);

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

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

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

[PHP]
    integer AddIDPSingleSignOnService(TElSAMLEndpoint $Endpoint)

[Java]
    int addIDPSingleSignOnService(TElSAMLEndpoint Endpoint);

Parameters

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

Return value

Returns the index of the new item in the list on success, and -1 on failure.

Description

Use this method to add an SSO endpoint to the list.

See also:     IDPSingleSignOnServices     RemoveIDPSingleSignOnService    

Discuss this help topic in SecureBlackbox Forum