CL_RegistrationFormRequest
CSSM_DATA_PTR CSSMCLI CL_RegistrationFormRequest
(CSSM_CL_HANDLE CLHandle)
This function returns a blank registration form from a Registration Authority (RA) process. The RA process can be local or remote. The CL module incorporates knowledge of the name, location, and interface protocol for communicating with the RA.
- CLHandle (input)
The handle that describes the add-in certificate library module used to perform this function.
A pointer to the CSSM_DATA structure containing the blank registration form. If the pointer is NULL, an error has occurred. Use CSSM_GetError to obtain the error code.
- CSSM_CL_INVALID_CL_HANDLE
Invalid Certificate Library Handle.
- CSSM_CL_UNABLE_TO_RETRIEVE_FORM
Unable to retrieve the registration form.
CL_CertRequest
Contents | Next section | Index |