The handle that describes the add-in certificate
library module used to perform this function.
ResultsHandle (input)
The handle that identifies the results of a CRL
query.
DESCRIPTIONThis function terminates the query initiated by CSSM_CL_CrlGetFirstFieldValue() or CSSM_CL_CrlGetFirstCachedFieldValue() function (or their CL SPI equivalents), and allows the
CL to release all intermediate state information associated with
the repeating-value get operation. Once this function
has been invoked, the results handle is invalid.
Applications must invoke this function to terminate the ResultsHandle.
Using CSSM_CL_CrlGetNextFieldValue() or CSSM_CL_CrlGetNextCachedFieldValue() (or their CL SPI equivalents), to access all of the
attributes named by a single OID does not terminate the ResultsHandle. This
function can be invoked to terminate the results handle without
accessing all of the values identified by the single OID.
RETURN VALUEA CSSM_RETURN value indicating success or specifying a particular
error condition. The value CSSM_OK indicates success. All other
values represent an error condition. ERRORSErrors are described in the CDSA Technical Standard.