authnone_create()

The authnone_create() call creates and returns a NULL RPC authentication handle.

Syntax

#include <rpc\rpc.h>

AUTH *
authnone_create()

Description

The authnone_create() call creates and returns an RPC authentication handle. The handle passes the NULL authentication on each call.

Related Calls


[Back: auth_destroy()]
[Next: authunix_create()]