On both the server and client machines, DeltaV OPC Data Access Server must have the correct properties.
Once access is permitted, COM will check security for each call. There are two categories, AuthenticationLevel and ImpersonationLevel. The authentication level dictates how secure the communication is between the client and the server. The negotiated authentication level is the highest of client and server. It can not be RPC_C_AUTHN_LEVEL_NONE if the callee wants to know who is calling him. The impersonation level is set up by the caller for how much it trusts the callee.