Discuss this help topic in SecureBlackbox Forum

TElSAMLAssertionElement.Conditions

TElSAMLAssertionElement     See also     


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


A reference to the assertion's Conditions element.

Declaration

[C#]
    TElSAMLConditionsElement Conditions;

[VB.NET]
    Property Conditions As TElSAMLConditionsElement

[Pascal]
    property Conditions : TElSAMLConditionsElement;

[C++]
    TElSAMLConditionsElement* get_Conditions();
    void set_Conditions(TElSAMLConditionsElement &Value);
    void set_Conditions(TElSAMLConditionsElement *Value);

[PHP]
    TElSAMLConditionsElement get_Conditions()
    void set_Conditions(TElSAMLConditionsElement $Value)

[Java]
    TElSAMLConditionsElement getConditions();
    void setConditions(TElSAMLConditionsElement Value);

Description

    Use this property to specify the conditions that affect the validity of the asserted statement.

See also:     Statements    

Discuss this help topic in SecureBlackbox Forum