getListOfSigner method: DigitalCertStore class
Syntax
getListOfSigner(&array_signers)
Description
Use the getListOfSigner method to return the list of all signers defined in the certification store.
Parameters
| Parameter | Description |
|---|---|
|
&array_signers |
Specifies an already instantiated array of string to store the returned list of signers. |
Returns
A return code as a numeric value:
| Numeric Value | Description |
|---|---|
|
0 |
The method executed successfully. |
|
72 |
No signers are defined in the certification store. |