CT_RenameObject
Synopsis
CK_RV CT_RenameObject(
CK_SESSION_HANDLE hSession,
CK_OBJECT_CLASS cl,
char * oldName,
char * newName);
Description
Change the label of the object with the specified class and label.
Parameters
hSession |
open session on the slot containing the object |
cl |
class of the object |
oldName |
current label of the object |
newName |
new label for the object |