IObjectServer.

GrantAccess(string, string) Method

Summary

Grants client access to the specified user with the specified password.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o
Containing Type
IObjectServer

Syntax

void GrantAccess(string userName, string password)

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.

Parameters

Name Type Description
userName string the name of the user
password string the password to be used

Return Value

Type Description
void