共用方式為


SPAce<T> class

代表存取控制項目存取控制清單 (ACL) 中。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAce<T>

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

Syntax

'宣告
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SPAce(Of T)
'用途
Dim instance As SPAce(Of T)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SPAce<T>

Type parameters

  • T
    存取控制項目類型。

備註

即使您在 acl 新增IUSR_machineSPAce類別的設計與驗證的使用者,不匿名使用者,搭配使用。若要讓匿名使用者的決定,結合 ACL 與特定區域 (例如, myWebApplication.ZonePolicies(SPUrlZone.Intranet).AnonymousPolicy匿名原則的內部網路區域) AnonymousPolicy屬性的值。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPAce<T> members

Microsoft.SharePoint.Administration namespace