BMXNET 4.0 Developer API

Using the current default connection spec, attempt a WindowsAuthentication Login and answer true if it was successful.

Namespace:  IndianHealthService.BMXNet.WinForm
Assembly:  BMXWIN40 (in BMXWIN40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool AttemptWindowsAuthLogin()
Public Function AttemptWindowsAuthLogin As Boolean
public:
bool AttemptWindowsAuthLogin()

Return Value

True if login was successful

Remarks

Most common approach when using the DefaultConnection feature the RpmsConnection spec class.

See Also