| getsslcertchainResult Structure Definition |
The getsslcertchainResult structure defines the return type for getsslcertchain 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. |
sslcertchainList |
List of sslcertchains |
| sslcertchain Structure Definition |
The sslcertchain structure defines the actual return type values for getsslcertchain API. |
Syntax |
Members |
certkeyname |
Name of the Certificate |
linkcertkeyname |
Name of the Linked Certificate |
islinked |
Used to find if certificate is linked |
isca |
Used to find if certificate is a CA |
addsubject |
Used to find if certificate is linked |
_nextgenapiresource |
See Also |