SPAce<T> 类
表示访问控制列表 (ACL) 中的访问控制项。
继承层次结构
System.Object
Microsoft.SharePoint.Administration.SPAce<T>
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<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>
类型参数
- T
访问控制项的类型。
备注
SPAce类旨在用于身份验证的用户,没有匿名用户,即使您将IUSR_machine添加到 ACL。若要使匿名用户的决策,将 ACL 合并特定区域 (例如, myWebApplication.ZonePolicies(SPUrlZone.Intranet).AnonymousPolicy的 Intranet 区域的匿名策略) 的AnonymousPolicy属性的值。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。