Discuss this help topic in SecureBlackbox Forum

TElSAMLClientSettings.State

TElSAMLClientSettings     


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


Specifies the client's state.

Declaration

[C#]
    TSBSAMLClientState State;

[VB.NET]
    Property State As TSBSAMLClientState

[Pascal]
    property State : TSBSAMLClientState;

[C++]
    TSBSAMLClientState get_State();
    void set_State(TSBSAMLClientState Value);

[PHP]
    integer get_State()
    void set_State(integer $Value)

[Java]
    short getState();
    void setState(short Value);

TSBSAMLClientState values

Description

Use this property to set the client's state.

Discuss this help topic in SecureBlackbox Forum