getDigitalIdBySigner method: DigitalCertStore class
Syntax
getDigitalIdBySigner(signer, &array_digitalIDs)
Description
Use the getDigitalIdBySigner method to return a list of digital IDs that are available to the specified signer.
Parameters
| Parameter | Description |
|---|---|
|
signer |
Specifies the ID of the signer as a string value. |
|
&array_digitalIDs |
Specifies an already instantiated array of string to store the returned list of digital IDs. |
Returns
A return code as a numeric value:
| Numeric Value | Description |
|---|---|
|
0 |
The method executed successfully. |
|
62 |
The signer was specified as the empty string. |
|
63 |
No digital IDs are defined for this signer. |