Acquire credential.
Acquire Credential.
The functions in this section are used to acquire security credentials.
Called once at the start of the process, to obtain the credentials the process is running under. The
Parameters:
minor_status pointer for return code
cred_usage GSS_C_INITIATE, GSS_C_ACCEPT, or GSS_C_BOTH
output_cred_handle Pointer to the returned handle. This needs to be passed to many gss routines.
Returns:
GSS_S_COMPLETE on success Other GSSAPI return codes
Called once at the start of the process, to obtain the credentials the process is running under. All the parameters of the gss_acquire_cred(), except the desired_name is a string of the form: [type:]name. This will be imported with the type.
Returns:
GSS_S_COMPLETE on success Other GSSPI return codes
See also:
globus_gss_acquire_cred
Generated automatically by Doxygen for globus_gss_assist from the source code.