CL_CertDescribeFormat
CSSM_OID_PTR CSSMCLI CL_CertDescribeFormat
(CSSM_CL_HANDLE CLHandle,
uint32 *NumberOfFields)
This function returns a list of the object identifiers used to describe the certificate format supported by the specified CL.
- CLHandle (input)
The handle that describes the add-in certificate library module used to perform this function.
- NumberOfFields (output)
The length of the returned array of OIDs.
A pointer to the array of CSSM_OIDs which represent the supported certificate format. If the pointer is NULL, an error has occurred. Use CSSM_GetError to obtain the error code.
- CSSM_CL_INVALID_CL_HANDLE
Invalid handle.
- CSSM_CL_INVALID_POINTER
Invalid pointer.
- CSSM_CL_MEMORY_ERROR
Error allocating memory.
- CSSM_CL_CERT_DESCRIBE_FORMAT_FAIL
Unable to return the list of OIDs.
CSSM_CL_CertGetAllFields, CSSM_CL_CertGetFirstFieldValue
Contents | Next section | Index |