index.rst (1068B)
1 .. _mozilla_projects_nss_reference_fc_closesession: 2 3 FC_CloseSession 4 =============== 5 6 `Name <#name>`__ 7 ~~~~~~~~~~~~~~~~ 8 9 .. container:: 10 11 FC_CloseSession - close a session opened between an application and a token. 12 13 `Syntax <#syntax>`__ 14 ~~~~~~~~~~~~~~~~~~~~ 15 16 .. container:: 17 18 .. code:: 19 20 CK_RV FC_CloseSession( 21 CK_SESSION_HANDLE hSession 22 ); 23 24 `Parameters <#parameters>`__ 25 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26 27 .. container:: 28 29 ``hSession`` 30 [in] the session handle to be closed. 31 32 `Description <#description>`__ 33 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 35 .. container:: 36 37 ``FC_CloseSession`` closes a session between an application and a token. 38 39 A user may call ``FC_CloseSession`` without logging into the token (to assume the NSS User role). 40 41 .. _return_value: 42 43 `Return value <#return_value>`__ 44 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 45 46 .. container:: 47 48 `Examples <#examples>`__ 49 ~~~~~~~~~~~~~~~~~~~~~~~~ 50 51 .. container:: 52 53 .. _see_also: 54 55 `See also <#see_also>`__ 56 ~~~~~~~~~~~~~~~~~~~~~~~~ 57 58 .. container:: 59 60 - :ref:`mozilla_projects_nss_reference_fc_opensession`