Home > |
---|
CK_RV ExtractAllAttributes(
CK_SESSION_HANDLE hSession,
CK_OBJECT_HANDLE hobj,
TOK_ATTR_DATA ** pna);
Extract all non-sensitive valid attributes of an object.
hSession |
Open session handle |
hObj |
Object to extract from |
pna |
Reference to a reference to extracted attribute set |
*pna — newly allocated attribute set of extracted attributes; this memory needs to be freed (see FreeAttributeSet)