Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.AddIDPArtifactResolutionService

TElSAMLServiceProvider     See also     


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


Adds a new endpoint to the list.

Declaration

[C#]
    int AddIDPArtifactResolutionService(TElSAMLEndpoint Endpoint);

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

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

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

[PHP]
    integer AddIDPArtifactResolutionService(TElSAMLEndpoint $Endpoint)

[Java]
    int addIDPArtifactResolutionService(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 artifact resolution service endpoint to the list.

Discuss this help topic in SecureBlackbox Forum