Discuss this help topic in SecureBlackbox Forum

TElSAMLAudienceRestrictionElement.AudienceList

TElSAMLAudienceRestrictionElement     See also     


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


The list of audiences to which the assertion is addressed.

Declaration

[C#]
    TElSAMLAudienceElement AudienceList[int Index];

[VB.NET]
    Property AudienceList(ByVal Index As Integer) As TElSAMLAudienceElement

[Pascal]
    property AudienceList[Index : integer] : TElSAMLAudienceElement;

[C++]
    TElSAMLAudienceElement* get_AudienceList(int32_t Index);

[PHP]
    TElSAMLAudienceElement get_AudienceList(integer $Index)

[Java]
    TElSAMLAudienceElement getAudienceList(int Index);

Parameters

  • Index - the index of the desired item of the list, starting from 0.

Description

    This property contains a list of audiences to which the restriction is addressed.

See also:     AudienceCount     AddAudience     RemoveAudience    

Discuss this help topic in SecureBlackbox Forum