Discuss this help topic in SecureBlackbox Forum

TElSAMLEvidenceElement.RemoveAssertion

TElSAMLEvidenceElement     See also     


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


Deletes the specified assertion from the list.

Declaration

[C#]
    void RemoveAssertion(int Index);

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

[Pascal]
    procedure RemoveAssertion(Index : integer);

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

[PHP]
    void RemoveAssertion(integer $Index)

[Java]
    void removeAssertion(int Index);

Parameters

  • Index - the index of the item to be removed, starting from 0.

Description

Use this method to remove assertions from the list.

See also:     Assertions     AddAssertion    

Discuss this help topic in SecureBlackbox Forum