Discuss this help topic in SecureBlackbox Forum

TElPKCS11CertStorage.ClearObjects

TElPKCS11CertStorage     See also     


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


Removes all objects from the storage.

Declaration

[C#]
    void ClearObjects();

[VB.NET]
    Sub ClearObjects()

[Pascal]
    procedure ClearObjects;

[C++]
    void ClearObjects();

[PHP]
    void ClearObjects()

[Java]
    void clearObjects();

Description

    Use this method to delete all storage objects.

See also:     Objects     AddObject     RemoveObject    

Discuss this help topic in SecureBlackbox Forum