CSSM_KR_RecoveryRequestAbort
CSSM_RETURN CSSMAPI CSSM_KR_RecoveryRequestAbort
(CSSM_KR_HANDLE KRSPHandle,
CSSM_HANDLE CacheHandle )
This function terminates a recovery request operation. The function also destroys all intermediate state and secret information used during the key recovery process.
- KRSPHandle (input)
The handle of the KR module to perform this operation.
- CacheHandle (input)
The handle returned from a successful CSSM_KR_RecoveryRetrieve operation.
A CSSM return value. This function returns CSSM_OK if successful and returns an error code if an error has occurred.
- CSSM_INVALID_KR_HANDLE
Invalid KR handle.
- CSSM_KR_INVALID_HANDLE
Invalid cache handle.
Contents | Next section | Index |