Discuss this help topic in SecureBlackbox Forum

TElSAMLAssertionElement.AddStatement

TElSAMLAssertionElement     See also     


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


Adds a new statement to the sequence.

Declaration

[C#]
    int AddStatement(TElSAMLStatementAbstractType St);

[VB.NET]
    Function AddStatement(ByVal St As TElSAMLStatementAbstractType) As Integer

[Pascal]
    function AddStatement(St : TElSAMLStatementAbstractType) : integer;

[C++]
    int32_t AddStatement(TElSAMLStatementAbstractType &St);
    int32_t AddStatement(TElSAMLStatementAbstractType *St);

[PHP]
    integer AddStatement(TElSAMLStatementAbstractType $St)

[Java]
    int addStatement(TElSAMLStatementAbstractType St);

Parameters

  • St - the new statement to be added to the sequence.

Return value

    Returns the index of the new element in the lest on success, and -1 otherwise.

Description

    Use this method to add a new statement to the sequence.

See also:     Statements     RemoveStatement    

Discuss this help topic in SecureBlackbox Forum