Click or drag to resize

AuthenticationService Class

Authentication services to authenticate the user with the server. Application can use one of the authentication modes(Unvired,SAP,ADS) supported by the server.
Inheritance Hierarchy
SystemObject
  Unvired.Kernel.UWP.LoginAuthenticationService

Namespace:  Unvired.Kernel.UWP.Login
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class AuthenticationService

The AuthenticationService type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticationService
Initializes a new instance of the AuthenticationService class
Top
Properties
  NameDescription
Public propertyStatic memberLoginSuccessful
Top
Methods
  NameDescription
Public methodStatic memberAuthenticateUnviredUser
Public methodStatic memberAuthenticateWithBackEndCredential
Authenticate with back end
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberIsBackEndAuthenticationDone
Check for backend authentication done or not.
Public methodStatic memberLogin
Invokes Login screen on initial login and subsequent login screen (if local authentication required) next time on.
Public methodStatic memberLogout
Log out from application. Shut downs all communication threads. close Database.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also