The handle that describes the certificate library
module used to perform this function.
CertTemplate (input)
A pointer to the CSSM_DATA structure containing
the packed, encoded certificate template.
NumberOfFields (output)
The length of the output array of fields.
CertFields (output)
A pointer to an array of CSSM_FIELD structures which
contains the OIDs and values of the fields of the input certificate
template.
DESCRIPTIONThis function extracts and returns a copy of the values stored
in the encoded CertTemplate. The memory for the CertFields output
is allocated by the service provider using the calling application's
memory management routines. The application must deallocate the
memory by calling CSSM_CL_FreeFields() (CSSM API), or CL_FreeFields() (CL SPI). 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.