Discuss this help topic in SecureBlackbox Forum

TElSAMLCustomOneTimeUseCache.Clear

TElSAMLCustomOneTimeUseCache     


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


Clears the cache.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear; virtual;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

This method clears the internal storage and disposes of all stored items.

Discuss this help topic in SecureBlackbox Forum