Discuss this help topic in SecureBlackbox Forum

TElSAMLSPSSODescriptorElement.AssertionConsumerServices

TElSAMLSPSSODescriptorElement     


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


The list of endpoints supporting the profiles of the Authentication Request protocol.

Declaration

[C#]
    ArrayList AssertionConsumerServices;

[VB.NET]
    Property AssertionConsumerServices As ArrayList

[Pascal]
    property AssertionConsumerServices : TElList;

[C++]
    TList* get_AssertionConsumerServices();

[PHP]
    TList get_AssertionConsumerServices()

[Java]
    ArrayList getAssertionConsumerServices();

Description

This property contains a list of TElSAMLAssertionConsumerServiceElement objects that describe the endpoints supporting the Authentication Request protocol.

Discuss this help topic in SecureBlackbox Forum