Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectElement.AddSubjectConfirmation

TElSAMLSubjectElement     See also     


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


Adds a new item to the list.

Declaration

[C#]
    int AddSubjectConfirmation();

[VB.NET]
    Function AddSubjectConfirmation() As Integer

[Pascal]
    function AddSubjectConfirmation : integer;

[C++]
    int32_t AddSubjectConfirmation();

[PHP]
    integer AddSubjectConfirmation()

[Java]
    int addSubjectConfirmation();

Return value

Returns the index of the newly aded item in the list on success, and -1 on failure.

Description

Use this method to add a SubjectConfirmation element to the list.

See also:     SubjectConfirmations     RemoveSubjectConfirmation    

Discuss this help topic in SecureBlackbox Forum