Discuss this help topic in SecureBlackbox Forum

TElCustomCRLStorage.Clear

TElCustomCRLStorage     See also     


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


Clears the storage

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    Use this method when you need to clear the whole storage at once.

See also:     Remove    

Discuss this help topic in SecureBlackbox Forum