Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.FindArtifactResolutionServiceEP

TElSAMLServiceProviderInfo     See also     


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


Finds the Artifact Resolution service endpoint with given binding type.

Declaration

[C#]
    TElSAMLEndpoint FindArtifactResolutionServiceEP(TSBSAMLBindingType Binding);

[VB.NET]
    Function FindArtifactResolutionServiceEP(ByVal Binding As TSBSAMLBindingType) As TElSAMLEndpoint

[Pascal]
    function FindArtifactResolutionServiceEP(Binding : TSBSAMLBindingType) : TElSAMLEndpoint;

[C++]
    TElSAMLEndpointHandle FindArtifactResolutionServiceEP(TSBSAMLBindingType Binding);

[PHP]
    TElSAMLEndpoint FindArtifactResolutionServiceEP(integer $Binding)

[Java]
    TElSAMLEndpoint findArtifactResolutionServiceEP(TSBSAMLBindingType Binding);

Parameters

  • Binding - the desired binding type of the endpoint.

TSBSAMLBindingType values

Description

Use this method to find an endpoint with given binding type in the ArtifactResolutionServices list.

See also:     ArtifactResolutionServices    

Discuss this help topic in SecureBlackbox Forum