3.2.3.1.3 Certificate Revocation List
Multiple certificate revocation lists (CRLs) are present within the response and are in one of the following formats:
-
enrollobj.StoreRevocationList("CRL"); enrollobj.StoreRevocationLists("GUID", "CRL"); enrollobj.StoreNamedRevocations("name", "CRL");
CRL: A base64-encoded CRL.
GUID: The name of the CRL in string form. In this case, the CRL name is a GUID string.
name: The name of the CRL in string form.