Searches for an object with a matching label and class provided.
| [in] | xSession | An open PKCS #11 session. |
| [in] | pcLabelName | A pointer to the object's label (CKA_LABEL). |
| [in] | ulLabelNameLen | The size (in bytes) of pcLabelName. |
| [in] | xClass | The class (CKA_CLASS) of the object. ex: CKO_PUBLIC_KEY, CKO_PRIVATE_KEY, CKO_CERTIFICATE |
| [out] | pxHandle | Pointer to the location where the handle of the found object should be placed. |