Discuss this help topic in SecureBlackbox Forum

TElPGPKeyring.Clear

TElPGPKeyring     See also     


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


Deletes all keys from the keyring.

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 clear the keyring.

See also:     Load     Save    

Discuss this help topic in SecureBlackbox Forum