function CRLByName(const CRLName: string): TScCRL;
Description
Call CRLByName to determine if a specified CRL is referenced in the CRLs list. CRLName is the name of the CRL for which to search. If CRLByName finds a CRL with a matching name, it returns the TScCRL object for the specified CRL. Otherwise it raises an exception.
Note:
CRLByName differs from the FindCRL 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