Discuss this help topic in SecureBlackbox Forum

TElSSHCustomKeyStorage.Clear

TElSSHCustomKeyStorage     See also     


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


This method 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 to remove all keys from storage.

See also:     Add     Remove    

Discuss this help topic in SecureBlackbox Forum