Discuss this help topic in SecureBlackbox Forum

TElSAMLAudienceRestrictionElement.AddAudience

TElSAMLAudienceRestrictionElement     See also     


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


Adds a new item to the list of audiences.

Declaration

[C#]
    int AddAudience();

[VB.NET]
    Function AddAudience() As Integer

[Pascal]
    function AddAudience : integer;

[C++]
    int32_t AddAudience();

[PHP]
    integer AddAudience()

[Java]
    int addAudience();

Return value

    Returns the index of the new item in the list on success, and -1 otherwise.

Description

    Use this method to add a new item to the list of audiences.

See also:     AudienceList     RemoveAudience    

Discuss this help topic in SecureBlackbox Forum