dce_server_sec_done - Releases resources established for a server to receive (and when acting as a client, to send) fully authenticated remote procedure calls (RPCs)
#include <dce/dced.h>
void dce_server_sec_done(
error_status_t *status);
The dce_server_sec_done() routine releases the resources previously set up by a call to dce_server_sec_begin(). The dce_server_sec_begin() routine sets all that is needed for a server to receive authenticated RPCs and it also sets up all that is required for the application to do authenticated RPCs as a client. If this routine is used, it must follow all other server DCE and RPC initialization and cleanup calls.
Routines: dce_server_sec_begin(3dce), rpc_server_listen(3rpc)
Books: OSF DCE Application Development Guide.