Unit
ScBridge
Description
The TScCRL class is used for working with Certificate Revocation List (CRL).
CRLs may be used in a wide range of applications and environments covering a broad spectrum of interoperability goals and an even broader spectrum of operational and assurance requirements. CRL issuers issue CRLs. The CRL issuer is either the certification authority (CA) or an entity that has been authorized by the CA to issue CRLs. CAs publish CRLs to provide status information about the certificates they issued.
A list of the revoked certificates is stored in the RevokedCertificates property.
CRL can be stored in different formats. To import/export a CRL in one of formats, you should use the ImportFrom or ExportTo methods correspondingly. To store a set of CRLs in storage, the CRLList property is used.
See Also