Visit Mozilla.org

FC DestroyObject

From MDC


[edit] Name

FC_DestroyObject - destroy an object.

[edit] Syntax

CK_RV FC_DestroyObject(
  CK_SESSION_HANDLE hSession,
  CK_OBJECT_HANDLE hObject
);

[edit] Parameters

hSession
[in] session handle.
hObject
[in] object handle.

[edit] Description

FC_DestroyObject destroys an object.

A user must log into the token (to assume the NSS User role) before destroying a secret or private key object.

[edit] Return value

[edit] Examples

[edit] See also