FndLoginCredentials Class |
Namespace: Ifs.Fnd.AccessProvider.Interactive
[SerializableAttribute] public sealed class FndLoginCredentials
The FndLoginCredentials type exposes the following members.
| Name | Description | |
|---|---|---|
| FndLoginCredentials |
Constructor
|
| Name | Description | |
|---|---|---|
| ConnectTo |
Gets or set the server to connect to.
| |
| Data |
Gets or sets data used to store password using DPAPI encryption.
| |
| ForcedShow |
Gets or sets whenever the login dialog should be shown at startup
because of the Switch User command was invoked.
True means that login dialog will be shown on startup - regardless
of the value of ShowLoginDialog
| |
| ForcedShowChangePassword |
Gets or sets whenever the change password dialog in the login dialog should be shown at startup
because of the Change Password command was invoked.
True means that Change Password dialog will be shown on the startup of the login dialog.
| |
| IdentifiedExternally |
Gets or sets whenever a user is identified externally
| |
| Identity |
Domain\UserName if Domain has a value, else only UserName
| |
| IdleRestart |
Gets or sets whenever the login dialog was invoked because of
an idle timeout. If so, a message telling that should be presented to the user
| |
| Language |
Gets or sets the applications language
| |
| Password |
Gets or sets the password
| |
| RememberPassword |
Gets or set whenever password should be persisted between sessions.
True means that password is persisted between sessions.
| |
| RememberPasswordDisabled |
Gets or set whether the functionality to remember password between sessions should be enabled.
This is set in the .config file with an app setting named "disableRememberPassword"
If disableRememberUser is set to true, the password won't be remembered either.
| |
| RememberUserDisabled |
Reads a setting from the configuration file and decides whether last username
should be remembered between sessions.
| |
| ShowLoginDialog |
Gets or sets whenever the login dialog should be shown at startup or not.
True means that login dialog will be shown on startup.
| |
| ShowOptions |
Getr or sets whenever advanced login options are visible or not.
| |
| SystemName |
Gets or set the system name.
| |
| UseProxy |
Gets or set whether the default windows proxy should be used for connections.
| |
| UserName |
Gets or sets the username
Username is the unique identifier of an user within a specific
domain.
|