tor-browser

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

index.rst (1333B)


      1 .. _mozilla_projects_nss_reference_fc_setattributevalue:
      2 
      3 FC_SetAttributeValue
      4 ====================
      5 
      6 `Name <#name>`__
      7 ~~~~~~~~~~~~~~~~
      8 
      9 .. container::
     10 
     11   FC_SetAttributeValue - set the values of attributes of an object.
     12 
     13 `Syntax <#syntax>`__
     14 ~~~~~~~~~~~~~~~~~~~~
     15 
     16 .. container::
     17 
     18   .. code::
     19 
     20      CK_RV FC_SetAttributeValue(
     21        CK_SESSION_HANDLE hSession,
     22        CK_OBJECT_HANDLE hObject,
     23        CK_ATTRIBUTE_PTR pTemplate,
     24        CK_ULONG usCount
     25      );
     26 
     27 `Parameters <#parameters>`__
     28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     29 
     30 .. container::
     31 
     32   ``hSession``
     33      [in] session handle.
     34   ``hObject``
     35      [in] object handle.
     36   ``pTemplate``
     37      [in, out] pointer to template.
     38   ``usCount``
     39      [in] number of attributes in the template.
     40 
     41 `Description <#description>`__
     42 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     43 
     44 .. container::
     45 
     46   ``FC_SetAttributeValue`` sets the value of one or more attributes of an object.
     47 
     48   A user must log into the token before setting the attribute values of a secret or private key
     49   object.
     50 
     51 .. _return_value:
     52 
     53 `Return value <#return_value>`__
     54 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     55 
     56 .. container::
     57 
     58 `Examples <#examples>`__
     59 ~~~~~~~~~~~~~~~~~~~~~~~~
     60 
     61 .. container::
     62 
     63 .. _see_also:
     64 
     65 `See also <#see_also>`__
     66 ~~~~~~~~~~~~~~~~~~~~~~~~
     67 
     68 .. container::
     69 
     70   -  `NSC_SetAttributeValue </en-US/NSC_SetAttributeValue>`__