Discuss this help topic in SecureBlackbox Forum

TElSAMLAuthnRequestElement.Conditions

TElSAMLAuthnRequestElement     


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


The conditions which limit the validity and the use of the resulting assertions.

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 the requester expects to limit the validity and/or use of the resulting assertions.

Discuss this help topic in SecureBlackbox Forum