|
|
|
|
|
HP-UX Reference > Ggss_delete_sec_context(3)HP-UX 11i Version 2: December 2007 Update |
|
NAMEgss_delete_sec_context() — delete a security context SYNOPSIS#include<gssapi.h> OM_uint32 gss_delete_sec_context ( OM_uint32 *minor_status, gss_ctx_id_t *context_handle, gss_buffer_t output_token_buffer) DESCRIPTIONThe gss_delete_sec_context() routine deletes a security context. It also deletes the local data structures associated with the security context. When it deletes the context, the routine can generate a token. The application passes the token to the context acceptor. The context acceptor then passes the token to the gss_process_context_token() routine, telling it to delete the context and all associated local data structures. When the context is deleted, the applications cannot use the context_handle parameter for additional security services. STATUS CODESThe following status codes can be returned:
SEE ALSOgss_accept_sec_context(3), gss_init_sec_context(3), gss_process_context_token(3). The manpages for DCE-GSSAPI are included with the DCE-CoreTools product. To see those manpages add /opt/dce/share/man to MANPATH. |
||||||||||||||||
|
|
|||||||||