Method GSSAPI.Context()->delete()
- Method
delete
void
delete()- Description
Frees the resources for the context, provided it is in use. Does nothing otherwise.
This wraps GSS_Delete_sec_context according to RFC 2743 section 2.2.3.
- Note
This function might block on network connections to remote authentication servers.
- Note
In compliance with recommendations in GSS-API v2, the optional output token is never used in the call to GSS_Delete_sec_context.