Discuss this help topic in SecureBlackbox Forum

TElSAMLConditionsElement.OneTimeUse

TElSAMLConditionsElement     


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


Specifies whether the assertion should be used immediately.

Declaration

[C#]
    TElSAMLOneTimeUseElement OneTimeUse;

[VB.NET]
    Property OneTimeUse As TElSAMLOneTimeUseElement

[Pascal]
    property OneTimeUse : TElSAMLOneTimeUseElement;

[C++]
    TElSAMLOneTimeUseElement* get_OneTimeUse();

[PHP]
    TElSAMLOneTimeUseElement get_OneTimeUse()

[Java]
    TElSAMLOneTimeUseElement getOneTimeUse();

Description

If this element is present, the assertion must be used immediately, and should not be retained for future use.

Discuss this help topic in SecureBlackbox Forum