gss_context_time(3) Library Functions Manual gss_context_time(3)
NAME
gss_context_time() - check the number of seconds the context will remain valid
SYNOPSIS
DESCRIPTION
The routine checks the number of seconds for which the context will remain valid.
Input Parameters
context_handle Specifies the context to be checked.
Output Parameters
time_rec Returns the number of seconds that the context will remain valid. Returns a 0 (zero) if the context has already
expired.
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 context has already expired.
The context identified in the
context_handle parameter was not valid.
The routine failed. See the
minor_status parameter return value for more information.
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_context_time(3)