Discuss this help topic in SecureBlackbox Forum

TElSAMLAdapter.Reset

TElSAMLAdapter     


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


Resets the adapter.

Declaration

[C#]
    void Reset();

[VB.NET]
    Sub Reset()

[Pascal]
    procedure Reset; override;

[C++]
    void Reset();

[PHP]
    void Reset()

[Java]
    void reset();

Description

Call this method to reset the adapter and release all stored information.

Discuss this help topic in SecureBlackbox Forum