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.
Gets or sets the AuthenticationRestrictions.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property AuthenticationRestrictions As AuthenticationRestrictions
Get
Set
'Usage
Dim instance As SPSecurityTrimmedControl
Dim value As AuthenticationRestrictions
value = instance.AuthenticationRestrictions
instance.AuthenticationRestrictions = value
public AuthenticationRestrictions AuthenticationRestrictions { get; set; }
Type: Microsoft.SharePoint.Utilities.AuthenticationRestrictions
The AuthenticationRestrictions attribute allows output to be accessible by all, authenticated or anonymous users only.
SPSecurityTrimmedControl class