SPReusableAcl 类

表示访问控制列表 (ACL) 应用于网站集、 网站、 列表或列表项。

继承层次结构

System.Object
  Microsoft.SharePoint.SPReusableAcl

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public NotInheritable Class SPReusableAcl
用法
Dim instance As SPReusableAcl
public sealed class SPReusableAcl

备注

SPReusableAcl对象是应用程序可用于返回一个Microsoft SharePoint Foundation对象,该对象表示一个访问控制列表的不透明对象。和SPReusableAcl对象可以存储和传递回SharePoint Foundation权限检查,因此,该对象被视为"可重用"。

使用的SPWebSPListSPListItem类的ReusableAcl属性返回的网站、 列表或列表项的 ACL。为实现ISecurableObject接口的任何类,可以使用ReusableAcl属性来返回该 ACL。要返回站点集合的 ACL,请使用SPSite类的方法,在GetReusableAclForScopeGetAllReusableAcls

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

SPReusableAcl 成员

Microsoft.SharePoint 命名空间