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: TP_CertGroupVerify TP_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 module used to perform this function.
KeyCacheHandle (input)
 An opaque handle that identifies the cache of protected private keys reclaimed from a certificate authority for potentially recovery on the local system.


return to top DESCRIPTION  

This function terminates the iterative process of reclaiming certificates and recovering their associated private keys from a protected key cache. This function must be called even if all private keys are recovered from the cache. This function destroys all intermediate state 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 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_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_CertGroupVerify TP_CertGroupVerify
go to next page: TP_CertReclaimKeyTP_CertReclaimKey