Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.AddArtifactResolutionService

TElSAMLServiceProviderInfo     See also     


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


Adds a new endpoint to the list.

Declaration

[C#]
    int AddArtifactResolutionService(TElSAMLEndpoint Endpoint);

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

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

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

[PHP]
    integer AddArtifactResolutionService(TElSAMLEndpoint $Endpoint)

[Java]
    int addArtifactResolutionService(TElSAMLEndpoint Endpoint);

Parameters

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

Description

Use this method to add a new Artifact Resolution service endpoint to the list.

Discuss this help topic in SecureBlackbox Forum