| getappfwsignaturesResult Structure Definition |
The getappfwsignaturesResult structure defines the return type for getappfwsignatures API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
appfwsignaturesList |
List of appfwsignaturess |
| appfwsignatures Structure Definition |
The appfwsignatures structure defines the actual return type values for getappfwsignatures API. |
Syntax |
Members |
name |
Name of the signature object. |
response |
src |
URL (protocol, host, path, and file name) for the location at which to store the imported signatures object.
NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access. |
encryptedversion |
Encrypted signature version |
_nextgenapiresource |
See Also |