Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether access is restricted to only authenticated users, only anonymous users, or is available to all users.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
<FlagsAttribute> _
Public Enumeration AuthenticationRestrictions
'Usage
Dim instance As AuthenticationRestrictions
[FlagsAttribute]
public enum AuthenticationRestrictions
Member name | Description | |
---|---|---|
AllUsers | Access is available to all users. | |
AuthenticatedUsersOnly | Access is available only to authenticated users. | |
AnonymousUsersOnly | Access is available only to anonymous users. |