index.rst (1362B)
1 .. _mozilla_projects_nss_reference_fc_getattributevalue: 2 3 FC_GetAttributeValue 4 ==================== 5 6 `Name <#name>`__ 7 ~~~~~~~~~~~~~~~~ 8 9 .. container:: 10 11 FC_GetAttributeValue - get the value of attributes of an object. 12 13 `Syntax <#syntax>`__ 14 ~~~~~~~~~~~~~~~~~~~~ 15 16 .. container:: 17 18 .. code:: 19 20 CK_RV FC_GetAttributeValue( 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_GetAttributeValue`` gets the value of one or more attributes of an object. 47 48 A user must log into the token (to assume the NSS User role) before getting the attribute values 49 of a secret or private key 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_GetAttributeValue </en-US/NSC_GetAttributeValue>`__