Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnAuthorityDescriptorElement.AssertionIDRequestServices

TElSAMLAuthnAuthorityDescriptorElement     See also     


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


A list of endpoints which support the profile of the Assertion Request protocol

Declaration

[C#]
    ArrayList AssertionIDRequestServices;

[VB.NET]
    Property AssertionIDRequestServices As ArrayList

[Pascal]
    property AssertionIDRequestServices : TElList;

[C++]
    TList* get_AssertionIDRequestServices();

[PHP]
    TList get_AssertionIDRequestServices()

[Java]
    ArrayList getAssertionIDRequestServices();

Description

This property contains a list of TElSAMLAssertionIDRequestServiceElement objects describing the endpoints which support the Assertion Request protocol.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum