procedure VerifyCRLChain(ParentCertificate: TScCertificate; var StatusSet: TScCertificateStatusSet);
Description
Performs a Certificate Revocation List (CRL) validation using basic validation policy. The VerifyCRLChain method verifies that the CRL is valid and is signed by a certificate specified in the ParentCertificate parameter. All the errors which occur as a result of the CRL validation are added in the StatusSet parameter.
See also