skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 3:... HP Open Source Security for OpenVMS Volume 3:...
go to beginning of chapter: GSSAPI (Generic Security Services Application... GSSAPI (Generic Security Services Application...
go to previous page: gss_release_buffer  Free storage associated with a buffer gss_release_buffer Free storage associated with a buffer
go to next page: gss_release_name  Free storage associated with an internal name that was allocated by a GSSAPI routinegss_release_name Free storage associated with an internal name...
end of book navigation links

gss_release_cred -- Mark a credential for deletion 



C Prototype 

OM_uint32 gss_release_cred(
      OM_uint32          minor_status,
      gss_cred_id_t      cred_handle );

Arguments 

minor_status
(output)
 A mechanism-specific status code.
cred_handle (input/output)
 A buffer containing an opaque credential handle identifying the credential to be released. If GSS_C_NO_CREDENTIAL is supplied, the routine will complete successfully, but will do nothing.

Description 

This routine informs GSSAPI that the specified credential handle is no longer required by the application, and frees associated resources. When all processes have released a credential, it will be deleted.

Return Values 

This routine returns one of the following GSS status codes:

GSS_S_COMPLETE
Successful completion.
GSS_S_NO_CRED
The credentials could not be accessed.


go to previous page: gss_release_buffer  Free storage associated with a buffer gss_release_buffer Free storage associated with a buffer
go to next page: gss_release_name  Free storage associated with an internal name that was allocated by a GSSAPI routinegss_release_name Free storage associated with an internal name...