VMS Help  —  TCPIP Services, Programming Interfaces, RPC Client Routines, authnone_create
    Creates an authentication handle for passing null credentials and
    verifiers to remote systems.
    Format
      #include  <rpc/rpc.h>
      AUTH  *authnone_create ( )

1  –  Arguments

 None

2  –  Description

    Creates and returns an authentication handle that passes
    null authentication information with each remote procedure
    call. Use this routine if the server process does not require
    authentication information. RPC uses this routine as the default
    authentication routine unless you create another authentication
    handle using either the authunix_create or authunix_create_
    default routine.

3  –  Return Values

    AUTH *             Authentication handle containing the pertinent
                       information.
    NULL               Indicates allocation of AUTH handle failed.
Close Help