Discuss this help topic in SecureBlackbox Forum

TElPKCS11SessionInfo.UpdateObjectList

TElPKCS11SessionInfo     See also     


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


Updates objects properties from token.

Declaration

[C#]
    void UpdateObjectList();

[VB.NET]
    Sub UpdateObjectList()

[Pascal]
    procedure UpdateObjectList();

[C++]
    void UpdateObjectList();

[PHP]
    void UpdateObjectList()

[Java]
    void updateObjectList();

Description

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

See also:     Objects     RefreshObjectList    

Discuss this help topic in SecureBlackbox Forum