Discuss this help topic in SecureBlackbox Forum

TElPKCS11SessionInfo.RefreshObjectList

TElPKCS11SessionInfo     See also     


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


Adds new objects from token.

Declaration

[C#]
    void RefreshObjectList();

[VB.NET]
    Sub RefreshObjectList()

[Pascal]
    procedure RefreshObjectList();

[C++]
    void RefreshObjectList();

[PHP]
    void RefreshObjectList()

[Java]
    void refreshObjectList();

Description

    Call this method to add new objects from token to the Objects list. To update objects properties, use UpdateObjectList.

See also:     Objects     UpdateObjectList    

Discuss this help topic in SecureBlackbox Forum