IdeaBlade DevForce 2010 Help Reference
AllowAnonymousLogin Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > ServerSettingsElement Class : AllowAnonymousLogin Property



Determines whether login credentials are required in order to use the application.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<XmlAttributeAttribute("allowAnonymousLogin")>
<DescriptionAttribute("Determines whether login credentials are required in order to use the application.")>
Public Property AllowAnonymousLogin As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ServerSettingsElement
Dim value As Boolean
 
instance.AllowAnonymousLogin = value
 
value = instance.AllowAnonymousLogin
C# 
[DefaultValueAttribute()]
[XmlAttributeAttribute("allowAnonymousLogin")]
[DescriptionAttribute("Determines whether login credentials are required in order to use the application.")]
public bool AllowAnonymousLogin {get; set;}
C++/CLI 
[DefaultValueAttribute()]
[XmlAttributeAttribute("allowAnonymousLogin")]
[DescriptionAttribute("Determines whether login credentials are required in order to use the application.")]
public:
property bool AllowAnonymousLogin {
   bool get();
   void set (    bool value);
}

Remarks

If set to true, then "guest" or anonymous users may use the application. In n-tier applications, as a security precaution to prevent malicious users from gaining access to your application and its data, be sure to turn this setting off unless unsecured access is intentional.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.