{"CertValid":true,"ChainStatus":[],"B64CertChain":["<Base64 of UserCert>","<Base64 of CA Cert>","<Base64 of Root Cert>"]}
Sample Response Json for Revoked Certificate:
{"CertValid":false,"ChainStatus":[{"Status":"Revoked","StatusInformation":"The certificate is revoked."}], "B64CertChain":["<Base64 of UserCert>","<Base64 of CA Cert>","<Base64 of Root Cert>"]}