skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 1:... HP Open Source Security for OpenVMS Volume 1:...
go to beginning of reference: API Functions API Functions
go to previous page: AC_PassThrough AC_PassThrough
go to next page: CL_CertAbortQueryCL_CertAbortQuery
end of book navigation links


CL_CertAbortCache
Library
Decription
Errors
 Parameters
Return Value
See Also

NAME

CL_CertAbortCache: CSSM_CL_CertAbortCache - Terminate a certificate cache handle (CDSA)

SYNOPSIS  

# include <cssm.h>

API:
CSSM_RETURN CSSMAPI CSSM_CL_CertAbortCache
(CSSM_CL_HANDLE CLHandle,
CSSM_HANDLE CertHandle)
 
SPI:
CSSM_RETURN CSSMAPI CSSM_CL_CertAbortCache
(CSSM_CL_HANDLE CLHandle,
CSSM_HANDLE CertHandle)


return to top LIBRARY  

Common Security Services Manager library (cdsa$incssm300_shr.exe)


return to top PARAMETERS  

CLHandle (input)
 The handle that describes the certificate library module used to perform this function.
CertHandle (input)
 The handle that identifies the cached certificate.


return to top DECRIPTION  

This function terminates a certificate cache handle created and returned by the function CSSM_CL_CertCache() (CSSM API) or CL_CertCache() (CL SPI). The Certificate Library module releases all cache space and state information associated with the cached certificate.


return to top 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.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.
CSSMERR_CL_INVALID_CACHE_HANDLE


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Reference Pages

Functions for the CSSM API:

CSSM_CL_CertCache

Functions for the CLI SPI:

CL_CertCache


go to previous page: AC_PassThrough AC_PassThrough
go to next page: CL_CertAbortQueryCL_CertAbortQuery