Discuss this help topic in SecureBlackbox Forum

TElSAMLIDPSession.Stage

TElSAMLIDPSession     See also     


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


Indicates the current stage of this session.

Declaration

[C#]
    TSBSAMLIDPStage Stage;

[VB.NET]
    Property Stage As TSBSAMLIDPStage

[Pascal]
    property Stage : TSBSAMLIDPStage;

[C++]
    TSBSAMLIDPStage get_Stage();
    void set_Stage(TSBSAMLIDPStage Value);

[PHP]
    integer get_Stage()
    void set_Stage(integer $Value)

[Java]
    TSBSAMLIDPStage getStage();
    void setStage(TSBSAMLIDPStage Value);

TSBSAMLIDPStage values

Description

This property indicates the current stage of this session.

See also:     LastSP    

Discuss this help topic in SecureBlackbox Forum