SPWindowsAuthenticationProvider.AllowAnonymous-Eigenschaft
Gibt an, ob diese [Microsoft.SharePoint.Administration.SPWindowsAuthenticationProvider] anonymen Zugriff zulässig sind.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AllowAnonymous As Boolean
Get
Set
'Usage
Dim instance As SPWindowsAuthenticationProvider
Dim value As Boolean
value = instance.AllowAnonymous
instance.AllowAnonymous = value
public bool AllowAnonymous { get; set; }
Eigenschaftswert
Typ: System.Boolean
Ein Wert Boolean = true , wenn der anonyme Zugriff zulässig ist.
Siehe auch
Referenz
SPWindowsAuthenticationProvider Klasse