getListOfAuthorizedUsers method: DigitalCertStore class
Syntax
getListOfAuthorizedUsers(digital_ID, &array_auth_users)
Description
Use the getListOfAuthorizedUsers method to return the list of authorized users for the specified digital ID.
Parameters
| Parameter | Description |
|---|---|
|
digital_ID |
Specifies the digital ID for the certificate as a string value. |
|
&array_auth_users |
Specifies an already instantiated array of string to store the returned list of authorized user IDs. |
Returns
A return code as a numeric value:
| Numeric Value | Description |
|---|---|
|
0 |
The method executed successfully. |
|
65 |
The digital ID was specified as the empty string. |
|
66 |
No authorized users are defined for this digital ID. |
|
67 |
The method executed successfully. There are n authorized users for the specified digital ID. |