Discuss this help topic in SecureBlackbox Forum

TElSAMLPDPDescriptorElement.AuthzServices

TElSAMLPDPDescriptorElement     


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


A list of endpoints which support the profile of the Authorization Decision Query protocol

Declaration

[C#]
    ArrayList AuthzServices;

[VB.NET]
    Property AuthzServices As ArrayList

[Pascal]
    property AuthzServices : TElList;

[C++]
    TList* get_AuthzServices();

[PHP]
    TList get_AuthzServices()

[Java]
    ArrayList getAuthzServices();

Description

This property contains a list of TElSAMLAssertionIDRequestServiceElement objects describing the endpoints which support the Authorization Decision Query protocol.

Discuss this help topic in SecureBlackbox Forum