Discuss this help topic in SecureBlackbox Forum

TElSAMLAssertionIDRequestElement.AddReference

TElSAMLAssertionIDRequestElement     See also     


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


Appends a new item to the list.

Declaration

[C#]
    int AddReference();

[VB.NET]
    Function AddReference() As Integer

[Pascal]
    function AddReference : integer;

[C++]
    int32_t AddReference();

[PHP]
    integer AddReference()

[Java]
    int addReference();

Return value

Returns the index of the newl created item in the list.

Description

Use this method to create a new TElSAMLAssertionIDRefElement object and append it to the list.

See also:     References     RemoveReference    

Discuss this help topic in SecureBlackbox Forum