Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectElement.RemoveSubjectConfirmation

TElSAMLSubjectElement     See also     


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


Removes the specified item from the list.

Declaration

[C#]
    void RemoveSubjectConfirmation(int Index);

[VB.NET]
    Sub RemoveSubjectConfirmation(ByVal Index As Integer)

[Pascal]
    procedure RemoveSubjectConfirmation(Index : integer);

[C++]
    void RemoveSubjectConfirmation(int32_t Index);

[PHP]
    void RemoveSubjectConfirmation(integer $Index)

[Java]
    void removeSubjectConfirmation(int Index);

Parameters

  • Index - the index of the item to be removed.

Description

Use this method to remove the specified item from the list.

See also:     SubjectConfirmations     AddSubjectConfirmation    

Discuss this help topic in SecureBlackbox Forum