1 | Application ID | Input | Char(*) |
2 | Length of application ID | Input | Binary(4) |
3 | Error code | I/O | Char(*) |
#include <qsyrgap1.h> void QsyDeregisterAppForCertUse (char *Application_ID, int *Length_of_application_ID, void *Error_code);Service Program: QSYRGAP1
The Deregister Application for Certificate Use (OPM, QSYDRGAP; ILE,
QsyDeregisterAppForCertUse) API removes an application and all associated
certificate information from the registration facility. When an object signing
application is deregistered, the corresponding function with the same ID also
will be deregistered (see Deregister Function
(QSYDRGFN, QsyDeregisterFunction) API). The corresponding function was
registered when the object signing application was registered.
The ID for the application being removed.
The following can be specified for the application ID:
generic* | All applications that have IDs beginning with the generic string. |
application ID | Specific application ID. |
The length of the specified application ID. The length must be a value from 1 to 100.
The structure in which to return error information. For the format of the structure, see Error Code Parameter.
Message ID | Error Message Text |
---|---|
CPF220E E | Application &1 not registered. |
CPF3C90 E | Literal value cannot be changed. |
CPF3CD9 E | Requested function cannot be performed at this time. |
CPF3CDA E | Registration facility repository not available for use. |
CPF3CF1 E | Error code parameter not valid. |
CPF3CF2 E | Error(s) occurred during running of &1 API. |
CPF8100 E | All CPF81xx messages could be returned. xx is from 01 to FF. |
CPF9810 E | Library &1 not found. |
CPF9811 E | Program &1 in library &2 not found. |
CPF9872 E | Program or service program &1 in library &2 ended. Reason code &3. |
Top | Security APIs | APIs by category |