Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.AssertionConsumerServices

TElSAMLServiceProviderInfo     See also     


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


List of endpoints supporting the profiles of the Authentication Request protocol.

Declaration

[C#]
    TElSAMLEndpoint AssertionConsumerServices[int Index];

[VB.NET]
    Property AssertionConsumerServices(ByVal Index As Integer) As TElSAMLEndpoint

[Pascal]
    property AssertionConsumerServices[Index : integer] : TElSAMLEndpoint;

[C++]
    TElSAMLEndpoint* get_AssertionConsumerServices(int32_t Index);

[PHP]
    TElSAMLEndpoint get_AssertionConsumerServices(integer $Index)

[Java]
    TElSAMLEndpoint getAssertionConsumerServices(int Index);

Parameters

  • Index - ...

Description

This property contains a list of endpoints which support the Authentication Request protocol.

Discuss this help topic in SecureBlackbox Forum