439
edits
| Line 498: | Line 498: | ||
Step 4. Determine if it is necessary to authenticate to the target DB. | Step 4. Determine if it is necessary to authenticate to the target DB. | ||
This is done by calling PK11_IsLoggedIn for the DB slot. | This is done by calling PK11_IsLoggedIn for the DB slot. | ||
*If the function indicates that the DB token is NOT logged in, then it is necessary to authenticate to the target DB, with the | *If the function indicates that the DB token is NOT logged in, then it is necessary to authenticate to the target DB, with the step 5 below. | ||
* | *(optional) Otherwise skip down to step 7. | ||
Step 5. Call PK11_IsPresent(). You may think of this step as telling | Step 5. Call PK11_IsPresent(). You may think of this step as telling | ||
edits