Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.FindDefaultAssertionConsumerServiceEP

TElSAMLServiceProviderInfo     See also     


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


Searches for the default Authentication Request protocol endpoint.

Declaration

[C#]
    TElSAMLEndpoint FindDefaultAssertionConsumerServiceEP();

[VB.NET]
    Function FindDefaultAssertionConsumerServiceEP() As TElSAMLEndpoint

[Pascal]
    function FindDefaultAssertionConsumerServiceEP : TElSAMLEndpoint;

[C++]
    TElSAMLEndpointHandle FindDefaultAssertionConsumerServiceEP();

[PHP]
    TElSAMLEndpoint FindDefaultAssertionConsumerServiceEP()

[Java]
    TElSAMLEndpoint findDefaultAssertionConsumerServiceEP();

Description

Use this property to find the endpoint which has its IsDefault property equals to true, in the AssertionConsumerServices list.

See also:     AssertionConsumerServices     FindAssertionConsumerServiceEP    

Discuss this help topic in SecureBlackbox Forum