The handle that describes the add-in Certificate
Library module used to perform this function.
NumberOfFields (input)
The length of the array of fields in FieldArray.
FieldArray (input)
A pointer to an array of CSSM_FIELD structures that
need to be deallocated.
DEFINITIONSThis function frees the fields in the FieldArray by
freeing the data pointers for both the FieldOid and FieldValue fields.
It also frees the top level FieldArray pointer.
This function should be used only to free CSSM_FIELD_PTR values
returned from calls CSSM_TP_CertGetAllTemplateFields(), CSSM_CL_CertGetAllTemplateFields(), CSSM_CL_CertGetAllFields(), CSSM_CL_CrlGetAllFields(), CSSM_CL_CrlGetAllCachedRecordFields(), or their SPI equivalent calls.
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.