Click or drag to resize

FndLoginCredentials Class

Login credentials are username, password, server etc.
Inheritance Hierarchy
SystemObject
  Ifs.Fnd.AccessProvider.InteractiveFndLoginCredentials

Namespace:  Ifs.Fnd.AccessProvider.Interactive
Assembly:  Ifs.Fnd.AccessProvider.Interactive (in Ifs.Fnd.AccessProvider.Interactive.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
[SerializableAttribute]
public sealed class FndLoginCredentials

The FndLoginCredentials type exposes the following members.

Constructors
  NameDescription
Public methodFndLoginCredentials
Constructor
Top
Properties
  NameDescription
Public propertyConnectTo
Gets or set the server to connect to.
Public propertyData
Gets or sets data used to store password using DPAPI encryption.
Public propertyForcedShow
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
Public propertyForcedShowChangePassword
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.
Public propertyIdentifiedExternally
Gets or sets whenever a user is identified externally
Public propertyIdentity
Domain\UserName if Domain has a value, else only UserName
Public propertyIdleRestart
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
Public propertyLanguage
Gets or sets the applications language
Public propertyPassword
Gets or sets the password
Public propertyRememberPassword
Gets or set whenever password should be persisted between sessions. True means that password is persisted between sessions.
Public propertyRememberPasswordDisabled
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.
Public propertyRememberUserDisabled
Reads a setting from the configuration file and decides whether last username should be remembered between sessions.
Public propertyShowLoginDialog
Gets or sets whenever the login dialog should be shown at startup or not. True means that login dialog will be shown on startup.
Public propertyShowOptions
Getr or sets whenever advanced login options are visible or not.
Public propertySystemName
Gets or set the system name.
Public propertyUseProxy
Gets or set whether the default windows proxy should be used for connections.
Public propertyUserName
Gets or sets the username Username is the unique identifier of an user within a specific domain.
Top
See Also