WindowsAccessControlEntry クラス (Microsoft.Office.Server.ApplicationRegistry.Infrastructure)

IndividualAccessControlEntry クラスの派生クラスを提供し、共通タスクのビジネス データ カタログ アプリケーション固有の実装を実行する Microsoft Windows トラスティ (ユーザー、グループ、またはサービス アカウント) のアクセス権限を表します。

名前空間: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public Class WindowsAccessControlEntry
    Inherits IndividualAccessControlEntry
'使用
Dim instance As WindowsAccessControlEntry
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
public class WindowsAccessControlEntry : IndividualAccessControlEntry

継承階層

System.Object
   Microsoft.Office.Server.ApplicationRegistry.Infrastructure.IndividualAccessControlEntry
    Microsoft.Office.Server.ApplicationRegistry.Infrastructure.WindowsAccessControlEntry

スレッドの安全性

この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。

関連項目

参照

WindowsAccessControlEntry メンバ
Microsoft.Office.Server.ApplicationRegistry.Infrastructure 名前空間