sec_login_purge_context_exp-Destroy expired network credentials
#include <dce/sec_login.h> void sec_login_purge_context_exp ( unsigned32 count, byte buf[], signed32 purge_time, error_status_t *status );
Input
- count
Number of bytes in the buf array. This number specifies the length of buf.
- buf[]
Buffer containing the expired network credentials.
- purge_time
The time at which the credentials are to be purged. The credentials are purged if they have actually expired before this time.
Output
- status
The completion status.
Thesec_login_purbe_context_exp() function purges a named set of network credentials that have expired before a specified time t, the purge_time.
- /usr/include/dce/sec_login.idl
The idl file from which dce/sec_login.h was derived.
- error_status_ok
This function returned successfully. The expired network credentials were purged.
- sec_login_s_default_use
The login context did not contain expired credentials. No credentials were purged.
Functions:sec_login_purge_context() .
Contents | Next section | Index |