function FindCRL(const CRLName: string): TScCRL;
Description
Call FindCRL to determine if a specified CRL appears in the CRLs list. CRLName is the name of the CRL for which to search. If FindCRL finds a CRL with a matching name, it returns the TScCRL object for the specified CRL. Otherwise it returns nil.
Note:
FindCRL differs from the CRLByName method only when the named CRL is not in the list. When the CRL is not found, FindCRL returns nil, while CRLByName raises an exception.
See also