DevForce Help Reference
UseAspNetSecurityServices Property


Gets or sets a flag indicating whether to use ASP.NET security services for user authentication.
Syntax
'Declaration
 
<DescriptionAttribute("Whether to use ASP.NET application services.")>
<XmlAttributeAttribute("useAspNetSecurityServices")>
<DefaultValueAttribute()>
Public Property UseAspNetSecurityServices As Boolean
'Usage
 
Dim instance As ServerSettingsElement
Dim value As Boolean
 
instance.UseAspNetSecurityServices = value
 
value = instance.UseAspNetSecurityServices
[Description("Whether to use ASP.NET application services.")]
[XmlAttribute("useAspNetSecurityServices")]
[DefaultValue()]
public bool UseAspNetSecurityServices {get; set;}
Remarks
If set to true, ASP.NET membership, role and profile services will be used during login/logout processing. The appropriate settings in the web.config are also required, and the IdeaBlade.EntityModel.Web assembly must be available.
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