DevForce Help Reference
LoginManagerRequired Property


Gets or sets whether a LoginManager is required for user authentication.
Syntax
'Declaration
 
<DescriptionAttribute("Determines whether a LoginManager is required for user authentication.")>
<XmlAttributeAttribute("loginManagerRequired")>
<DefaultValueAttribute()>
Public Property LoginManagerRequired As Boolean
'Usage
 
Dim instance As ServerSettingsElement
Dim value As Boolean
 
instance.LoginManagerRequired = value
 
value = instance.LoginManagerRequired
[Description("Determines whether a LoginManager is required for user authentication.")]
[XmlAttribute("loginManagerRequired")]
[DefaultValue()]
public bool LoginManagerRequired {get; set;}
Remarks
The default is false.

If this value is true then you must provide an implementation of the IEntityLoginManager interface. If not found, a LoginException is thrown.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ServerSettingsElement Class
ServerSettingsElement Members

Send Feedback