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#
bool IsUserAuthenticated()
Visual Basic (Declaration)
Function IsUserAuthenticated As Boolean
Visual C++
bool IsUserAuthenticated()

Return Value

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

See Also