Discuss this help topic in SecureBlackbox Forum

TElSAMLClientSettings.Reset

TElSAMLClientSettings     See also     


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


Resets the client state to 'Start'.

Declaration

[C#]
    void Reset();

[VB.NET]
    Sub Reset()

[Pascal]
    procedure Reset;

[C++]
    void Reset();

[PHP]
    void Reset()

[Java]
    void reset();

Description

Call this method to reset the client's state to scsStart.

See also:     State    

Discuss this help topic in SecureBlackbox Forum