NAME
CSSM_CL_CrlAbortCache — Terminate a CRL cache handle (CDSA)
SYNOPSIS
# include <cssm.h>
API: CSSM_RETURN CSSMAPI CSSM_CL_CrlAbortCache (CSSM_CL_HANDLE CLHandle, CSSM_HANDLE CrlHandle) SPI: CSSM_RETURN CSSMCLI CL_CrlAbortCache (CSSM_CL_HANDLE CLHandle, CSSM_HANDLE CrlHandle)  | 
LIBRARY
Common Security Services Manager library (cdsa$incssm300_shr.exe)
PARAMETERS
| CLHandle (input) |   | The handle that describes the certificate library
module used to perform this function.  | 
| CrlHandle (input) | 
|   |   | The handle that identifies the cached CRL.  | 
DESCRIPTION
This function terminates a CRL cache handle created and returned
by the function CSSM_CL_CrlCache() (CSSM API), or CL_CrlCache() (CL SPI). The Certificate Library module releases all
cache space and state information associated with the cached CRL.
RETURN VALUE
A CSSM_RETURN value indicating success or specifying a particular
error condition. The value CSSM_OK indicates success. All other
values represent an error condition.
ERRORS
Errors are described in the CDSA Technical Standard. 
CSSMERR_CL_INVALID_CACHE_HANDLE  | 
SEE ALSO
Books
Intel CDSA Application Developer's Guide 
Online Help
Functions for the CSSM API:
CSSM_CL_CrlCache
Functions for the CLI SPI:
CL_CrlCache