Determines whether the user authenticated.

Namespace:  GrassValley.Mseries.AppServer
Assembly:  GrassValley.Mseries.AppServer (in GrassValley.Mseries.AppServer.dll) Version: 1.0.0.0

Syntax

C#
public bool IsUserAuthenticated()
Visual Basic (Declaration)
Public Function IsUserAuthenticated As Boolean
Visual C++
public:
virtual bool IsUserAuthenticated() sealed

Return Value

true if the user is authenticated]; otherwise, false.

Implements

IAppServerMgrProxy..::.IsUserAuthenticated()()()

See Also