Discuss this help topic in SecureBlackbox Forum

TElSRPCredentialStore.Clear

TElSRPCredentialStore     See also     


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


Removes all items from the list.

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    Call this method to remove all items and empty the store.

See also:     Credentials     Add     Clear     Remove    

Discuss this help topic in SecureBlackbox Forum