tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

index.rst (1071B)


      1 .. _mozilla_projects_nss_reference_fc_destroyobject:
      2 
      3 FC_DestroyObject
      4 ================
      5 
      6 `Name <#name>`__
      7 ~~~~~~~~~~~~~~~~
      8 
      9 .. container::
     10 
     11   FC_DestroyObject - destroy an object.
     12 
     13 `Syntax <#syntax>`__
     14 ~~~~~~~~~~~~~~~~~~~~
     15 
     16 .. container::
     17 
     18   .. code::
     19 
     20      CK_RV FC_DestroyObject(
     21        CK_SESSION_HANDLE hSession,
     22        CK_OBJECT_HANDLE hObject
     23      );
     24 
     25 `Parameters <#parameters>`__
     26 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     27 
     28 .. container::
     29 
     30   ``hSession``
     31      [in] session handle.
     32   ``hObject``
     33      [in] object handle.
     34 
     35 `Description <#description>`__
     36 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     37 
     38 .. container::
     39 
     40   ``FC_DestroyObject`` destroys an object.
     41 
     42   A user must log into the token (to assume the NSS User role) before destroying a secret or
     43   private key object.
     44 
     45 .. _return_value:
     46 
     47 `Return value <#return_value>`__
     48 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     49 
     50 .. container::
     51 
     52 `Examples <#examples>`__
     53 ~~~~~~~~~~~~~~~~~~~~~~~~
     54 
     55 .. container::
     56 
     57 .. _see_also:
     58 
     59 `See also <#see_also>`__
     60 ~~~~~~~~~~~~~~~~~~~~~~~~
     61 
     62 .. container::
     63 
     64   -  `NSC_DestroyObject </en-US/NSC_DestroyObject>`__