auth_destroy()

The auth_destroy() call destroys authentication information.

Syntax

#include <rpc\rpc.h>

void
auth_destroy(auth)
AUTH *auth;

Parameters

auth

Description

The auth_destroy() call deletes the authentication information for auth. After you call this procedure, auth is undefined.

Related Calls


[Back: Remote Procedure and eXternal Data Representation API]
[Next: authnone_create()]