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 FunctionsAPI Functions
go to previous page: TP_CertGroupVerifyTP_CertGroupVerify
go to next page: TP_CertReclaimKeyTP_CertReclaimKey
end of book navigation links


TP_CertReclaimAbort
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

TP_CertReclaimAbort: CSSM_TP_CertReclaimAbort - Terminate the process of reclaiming certificates (CDSA)

SYNOPSIS  

# include <cssm.h>

API:CSSM_RETURN CSSMAPI CSSM_TP_CertReclaimAbort(CSSM_TP_HANDLE TPHandle,CSSM_LONG_HANDLE KeyCacheHandle)SPI:CSSM_RETURN CSSMTPI TP_CertReclaimAbort(CSSM_TP_HANDLE TPHandle,CSSM_LONG_HANDLE KeyCacheHandle)


return to top LIBRARY  

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


return to top PARAMETERS  

TPHandle (input)
 The handle that describes the service provider moduleused to perform this function.
KeyCacheHandle (input)
 An opaque handle that identifies the cache of protectedprivate keys reclaimed from a certificate authority for potentiallyrecovery on the local system.


return to top DESCRIPTION  

This function terminates the iterative process of reclaimingcertificates and recovering their associated private keys from aprotected key cache. This function must be called even if all privatekeys are recovered from the cache. This function destroys all intermediatestate and secret information used during the reclamation process.At completion of this function, the cache handle is invalid.


return to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particularerror condition. The value CSSM_OK indicates success. All othervalues represent an error condition.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.
CSSMERR_TP_INVALID_KEYCACHE_HANDLE


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions for the CSSM API:

CSSM_TP_CertReclaimKey

Functions for the TP SPI:

TP_CertReclaimKey


go to previous page: TP_CertGroupVerifyTP_CertGroupVerify
go to next page: TP_CertReclaimKeyTP_CertReclaimKey