Previous section.

DCE 1.1: Authentication and Security Services
Copyright © 1997 The Open Group

NAME

sec_login_purge_context_exp-Destroy expired network credentials

SYNOPSIS

#include <dce/sec_login.h>

void sec_login_purge_context_exp (
    unsigned32 count,
    byte buf[],
    signed32 purge_time,
    error_status_t *status );

PARAMETERS

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.

DESCRIPTION

The sec_login_purbe_context_exp() function purges a named set of network credentials that have expired before a specified time t, the purge_time.

FILES

/usr/include/dce/sec_login.idl

The idl file from which dce/sec_login.h was derived.

ERRORS

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.

SEE ALSO

Functions: sec_login_purge_context().
Please note that the html version of this specification may contain formatting aberrations. The definitive version is available as an electronic publication on CD-ROM from The Open Group.

Contents Next section Index