Discuss this help topic in SecureBlackbox Forum

TElSAMLProxyRestrictionElement.AddAudience

TElSAMLProxyRestrictionElement     See also     


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


Adds an audience element to the list.

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 newly added item in the list on success, and -1 on failure.

Description

Use this method to add audiences to the list.

See also:     AudienceList     RemoveAudience    

Discuss this help topic in SecureBlackbox Forum