The handle that describes the add-in Certificate
Library module used to perform this function.
CertOrCrlOid (input)
A pointer to the CSSM_OID structure describing the
type of the Value to be freed.
Value (input)
A pointer to the CSSM_DATA structure containing
the Data to be freed.
DESCRIPTIONThis function frees the data specified by Value and Value->Data. CertOrCrlOid indicates
the type of the data in Value.
This function should be used only to free CSSM_DATA values
returned from calls CSSM_CL_CertGetFirstFieldValue(), CSSM_CL_CertGetNextFieldValue(), CSSM_CL_CertGetFirstCachedFieldValue(), CSSM_CL_CertGetNextCachedFieldValue(), CSSM_CL_CrlGetFirstFieldValue(), CSSM_CL_CrlGetNextFieldValue(), CSSM_CL_CrlGetFirstCachedFieldValue(), CSSM_CL_CrlGetNextCachedFieldValue(), or their CLI SPI equivalents.
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.