All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
LogonState Class Reference

Provides the logon state of a user. More...

Public Member Functions

 LogonState ()
 Initializes a new instance of the LogonState class. More...
 

Properties

string FormName [get, set]
 Gets or sets the form name (which the client is supposed to redirect to) for the corresponding logon state type. This gets populated for workspace logins only. More...
 
short LogonStateType [get, set]
 Gets or sets the type of the logon state. More...
 

Description

Provides the logon state of a user.

Constructor & Destructor Documentation

Initializes a new instance of the LogonState class.

Property Documentation

string FormName
getset

Gets or sets the form name (which the client is supposed to redirect to) for the corresponding logon state type. This gets populated for workspace logins only.

The name of the form.

short LogonStateType
getset

Gets or sets the type of the logon state.

The type of the logon state.

EnumerationDescription
0LoggedOn
1AwaitingSecurityAnswersForForgottenPassword
2AwaitingChangePassword
3AwaitingChangeForgottenPassword
4AwaitingSecurityAnswersDefinition
5AwaitingSecurityAnswers
6AwaitingPasscode
7LockedOut