CT_RenameObject
Change the label of the object with the specified class and label.
Synopsis
CK_RV CT_RenameObject(
CK_SESSION_HANDLE hSession,
CK_OBJECT_CLASS cl,
char * oldName,
char * newName);
| Parameter | Description | 
|---|---|
| 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 |