FindAttr
Find the first attribute of the specified type in an attribute set.
Synopsis
CK_ATTRIBUTE * FindAttr(CK_ATTRIBUTE_TYPE attrType,const TOK_ATTR_DATA * attrData);
| Parameter | Description | 
|---|---|
| attrType | Type of attribute to locate | 
| attrData | Attribute set | 
On Successful Return
Return a pointer to the attribute of the specified type.