Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.FindSingleLogoutServiceEP

TElSAMLServiceProviderInfo     See also     


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


Finds the Single Logout service endpoint with given binding type.

Declaration

[C#]
    TElSAMLEndpoint FindSingleLogoutServiceEP(TSBSAMLBindingType Binding);

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

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

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

[PHP]
    TElSAMLEndpoint FindSingleLogoutServiceEP(integer $Binding)

[Java]
    TElSAMLEndpoint findSingleLogoutServiceEP(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 SingleLogoutServices list.

See also:     SingleLogoutServices    

Discuss this help topic in SecureBlackbox Forum