Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPListElement.AddIDPEntry

TElSAMLIDPListElement     See also     


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


Appends a new IDPEntry to the list.

Declaration

[C#]
    int AddIDPEntry();

[VB.NET]
    Function AddIDPEntry() As Integer

[Pascal]
    function AddIDPEntry : integer;

[C++]
    int32_t AddIDPEntry();

[PHP]
    integer AddIDPEntry()

[Java]
    int addIDPEntry();

Return value

Returns the index of the newly added item in the list.

Description

Call this method to create a new TElSAMLIDPEntryElement and append it to the list.

See also:     IDPEntries     RemoveIDPEntry    

Discuss this help topic in SecureBlackbox Forum