gss_release_cred(3) Library Functions Manual gss_release_cred(3)
NAME
gss_release_cred() - mark a credential for deletion
SYNOPSIS
DESCRIPTION
The routine informs the GSSAPI that a credential is no longer required and marks it for deletion.
Input Parameters
cred_handle Specifies the buffer containing the opaque credential handle to be released. To release the default credential, spec-
ify
Output Parameters
minor_status Returns a status code from the security mechanism.
STATUS CODES
The following status codes can be returned:
The routine was completed successfully.
The credentials could not be accessed.
AUTHOR
was developed by Sun Microsystems, Inc.
SEE ALSO
The manpages for DCE-GSSAPI are included with the DCE-CoreTools product. To see those manpages add to
gss_release_cred(3)