Discuss this help topic in SecureBlackbox Forum

TElPKCS11SessionInfo.ClearObjects

TElPKCS11SessionInfo     See also     


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


Removes all session objects.

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 remove all session objects and clear Objects list. This method doesn't remove object instances from token. To clear the list and remove object instances from token, use ClearObjectInstances method.

See also:     Objects     AddObject     ClearObjectInstances     GetObject     RefreshObjectList     RemoveObject     UpdateObjectList    

Discuss this help topic in SecureBlackbox Forum