SPSecurity.WebConfigAllowsAnonymous property

Gets a value indicating whether anonymous users can access the current Microsoft SharePoint Foundation 2010 site.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared ReadOnly Property WebConfigAllowsAnonymous As Boolean
    Get
'Usage
Dim value As Boolean

value = SPSecurity.WebConfigAllowsAnonymous
public static bool WebConfigAllowsAnonymous { get; }

Property value

Type: System.Boolean
true if anonymous users can access the current Microsoft SharePoint Foundation 2010 site; otherwise, false. The default is true.

Remarks

WebConfigAllowsAnonymous returns false if <deny users="?" /> is in the web.config file.

See also

Reference

SPSecurity class

SPSecurity members

Microsoft.SharePoint namespace