Discuss this help topic in SecureBlackbox Forum

TElSAMLProxyRestrictionElement.AudienceList

TElSAMLProxyRestrictionElement     See also     


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


The audiences permitted to issue new subsequent assertions.

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 in the list, starting from 0.

Description

This property contains a set of audiences which are permitted by by the asserting party to issue subsequent assertions on the basis of this assertion.

See also:     AudiencesCount     AddAudience     RemoveAudience    

Discuss this help topic in SecureBlackbox Forum