function CheckCompliance(Cert: TScCertificate; CertDistributionPoint: TScCRLDistributionPoint): boolean; overload;
function CheckCompliance(DeltaCRL: TScCRL): boolean; overload;
Description
Use the CheckCompliance method, to check compliance of the current Certificate Revocation List (CRL) with specified certificate in the the Cert parameter, or with delta CRL, specified in the DeltaCRL parameter.
The CertDistributionPoint parameter identifies how CRL information for the specified certificate is obtained.
See also