Creates null authentication.
C Library (libc.a)
#include <rpc/rpc.h>
AUTH *authnone_create ( )
The authnone_create subroutine creates and returns a default Remote Procedure Call (RPC) authentication handle that passes null authentication information with each remote procedure call.
This subroutine returns a pointer to an RPC authentication handle.