BMXNET 4.0 Developer API

The LoginProcess type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
AttemptAccessVerifyLogin(RpmsConnectionSpec, String, String)
Attempt a headless non-interactive UI login. This would be useful for an ASP.NET or NT-service type application
AttemptUserInputLogin(String, Int32, Boolean, IWin32Window)
Attempt an interactive UI login. There are several useful arguments to control the process and appearance of the this process.
AttemptWindowsAuthLogin()()()
Using the current default connection spec, attempt a WindowsAuthentication Login and answer true if it was successful.
AttemptWindowsAuthLogin(RpmsConnectionSpec)
Attempt a WindowsAuthentication Login and answer true if it was successful.
Equals(Object) (Inherited from Object.)
Finalize()()() (Inherited from Object.)
GetHashCode()()() (Inherited from Object.)
GetType()()() (Inherited from Object.)
HandleLoginAttemptedFailed()()()
Will trigger the LoginAttempted event
MemberwiseClone()()() (Inherited from Object.)
Succeeded()()()
If the application is managing the actual login, send Succeeded() to indicate success.
ToString()()() (Inherited from Object.)

See Also