Integrated File System Introduction


Authentication

The following APIs provide authentication to the Transport-Independent Remote Procedure Call (TI-RPC) applications.

API Description
auth_destroy() Destroys the authentication information structure that is pointed to by the auth parameter
authnone_create() Creates and returns a default RPC authentication handle that passes null authentication information with each remote procedure call.
authsys_create() Creates and returns an RPC authentication handle that contains authentication information


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]