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