getSignerByDigitalId method: DigitalCertStore class

Syntax

getSignerByDigitalId(digital_ID, &signer)

Description

Use the getSignerByDigitalId method to return the ID of the signer for the specified digital ID.

Parameters

Parameter Description

digital_ID

Specifies the digital ID for the certificate as a string value.

&signer

Specifies an already instantiated string variable to store the returned signer’s ID.

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.

71

No signer is defined for this digital ID.