db4o

IObjectServer.GrantAccess Method 

grants client access to the specified user with the specified password.

void GrantAccess(
   string userName,
   string password
);

Parameters

userName
the name of the user
password
the password to be used

Remarks

grants client access to the specified user with the specified password.

If the user already exists, the password is changed to the specified password.

See Also

IObjectServer Interface | Db4objects.Db4o Namespace