  
      Contexts
The security context is a pair of GSSAPI data structures that contain information shared between the communicating applications.  The information describes the cryptographic state of 
each application.  This security context is required for per-message security services and is created by a successful authentication exchange. 
 
The gss_ctx_id_t data type contains an atomic value that identifies one end of a GSSAPI security context.  The data type is opaque to the caller.   
 
 
  |