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.
Value (output)
A pointer to the structure containing the value
of the requested field. The structure and the field at I
"(*Value)->Data" are allocated by the service
provider. The CSSM_CL_FreeFieldValue() (CSSM API), or CL_FreeFieldValue() (CL SPI), function can be used to deallocate *Value and (*Value)->Data.
DESCRIPTIONThis function returns the value of a CRL field, when that
field occurs multiple times in a CRL. CRLs with repeated fields
(such as revocation records) have multiple field values corresponding
to a single OID. A call to the function CSSM_CL_CrlGetFirstFieldValue() (CSSM API), or CL_CrlGetFirstFieldValue() (CL SPI), initiates the process and returns a results
handle identifying the size and values contained in the result set. The CSSM_CL_CrlGetNextFieldValue() (CSSM API), or CL_CrlGetNextFieldValue() (CL SPI), function can be called repeatedly to obtain
these values, one at a time. The result set does not change in size
or value between calls to this function. 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.