CreateOcspRequestItemInput
One certificate whose status to query in an OCSP request. Used as an element of CreateOcspRequestInput.requests.
ts
interface CreateOcspRequestItemInput {
readonly certificate: OcspCertificateSource;
readonly issuerCertificate: OcspCertificateSource;
}Properties
readonlycertificate:OcspCertificateSource— Certificate whose revocation status is being queried.readonlyissuerCertificate:OcspCertificateSource— Issuer ofcertificate— needed to compute the CertID hash.