tor-browser

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

index.rst (1327B)


      1 .. _mozilla_projects_nss_reference_fc_closeallsessions:
      2 
      3 FC_CloseAllSessions
      4 ===================
      5 
      6 `Name <#name>`__
      7 ~~~~~~~~~~~~~~~~
      8 
      9 .. container::
     10 
     11   FC_CloseAllSessions - close all sessions between an application and a token.
     12 
     13 `Syntax <#syntax>`__
     14 ~~~~~~~~~~~~~~~~~~~~
     15 
     16 .. container::
     17 
     18   .. code::
     19 
     20      CK_RV FC_CloseAllSessions(
     21        CK_SLOT_ID slotID
     22       );
     23 
     24 `Parameters <#parameters>`__
     25 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     26 
     27 .. container::
     28 
     29   ``slotID``
     30      [in] the ID of the token's slot.
     31 
     32 `Description <#description>`__
     33 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     34 
     35 .. container::
     36 
     37   ``FC_CloseAllSessions`` closes all sessions between an application and the token in the slot with
     38   the ID ``slotID``.
     39 
     40   The NSS cryptographic module currently doesn't call the surrender callback function ``Notify``.
     41   (See PKCS #11 v2.20 section 11.17.1.)
     42 
     43   A user may call ``FC_CloseAllSessions`` without logging into the token (to assume the NSS User
     44   role).
     45 
     46 .. _return_value:
     47 
     48 `Return value <#return_value>`__
     49 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     50 
     51 .. container::
     52 
     53 `Examples <#examples>`__
     54 ~~~~~~~~~~~~~~~~~~~~~~~~
     55 
     56 .. container::
     57 
     58 .. _see_also:
     59 
     60 `See also <#see_also>`__
     61 ~~~~~~~~~~~~~~~~~~~~~~~~
     62 
     63 .. container::
     64 
     65   -  :ref:`mozilla_projects_nss_reference_fc_closesession`,
     66      `NSC_CloseAllSessions </en-US/NSC_CloseAllSessions>`__