| getsslcertificatechainResult Structure Definition |
The getsslcertificatechainResult structure defines the return type for getsslcertificatechain 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. |
sslcertificatechainList |
List of sslcertificatechains |
| sslcertificatechain Structure Definition |
The sslcertificatechain structure defines the actual return type values for getsslcertificatechain API. |
Syntax |
Members |
certkeyname |
Name of the certificate-key pair. |
chainlinked |
Certkeys which are currenlty in SSL certificate chain |
chainpossiblelinks |
Certkeys which can be in SSL certificate chain |
chainissuer |
Name of the issuer |
chaincomplete |
Is set to 1 if ssl certificate chain is complete |
_nextgenapiresource |
See Also |