ActiveDirectoryAccessRuleとは? わかりやすく解説

ActiveDirectoryAccessRule クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

ActiveDirectoryAccessRule クラスは、Active Directory オブジェクト随意アクセス制御リスト (DACL: Discretionary Access Control List) 内のアクセス制御エントリ (ACE: Access Control Entry) を表すために使用されます。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Class ActiveDirectoryAccessRule
    Inherits ObjectAccessRule
Dim instance As ActiveDirectoryAccessRule
public class ActiveDirectoryAccessRule : ObjectAccessRule
public ref class ActiveDirectoryAccessRule
 : public ObjectAccessRule
public class ActiveDirectoryAccessRule extends
 ObjectAccessRule
public class ActiveDirectoryAccessRule extends
 ObjectAccessRule
解説解説
継承階層継承階層
System.Object
   System.Security.AccessControl.AuthorizationRule
     System.Security.AccessControl.AccessRule
       System.Security.AccessControl.ObjectAccessRule
        System.DirectoryServices.ActiveDirectoryAccessRule
           派生クラス
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

ActiveDirectoryAccessRule コンストラクタ (IdentityReference, ActiveDirectoryRights, AccessControlType, ActiveDirectorySecurityInheritance, Guid)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照Active Directory権限アクセス規則種類継承種類、および継承されるオブジェクトの種類指定して、ActiveDirectoryAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    adRights As ActiveDirectoryRights, _
    type As AccessControlType, _
    inheritanceType As ActiveDirectorySecurityInheritance, _
    inheritedObjectType As Guid _
)
Dim identity As IdentityReference
Dim adRights As ActiveDirectoryRights
Dim type As AccessControlType
Dim inheritanceType As ActiveDirectorySecurityInheritance
Dim inheritedObjectType As Guid

Dim instance As New ActiveDirectoryAccessRule(identity,
 adRights, type, inheritanceType, inheritedObjectType)
public ActiveDirectoryAccessRule (
    IdentityReference identity,
    ActiveDirectoryRights adRights,
    AccessControlType type,
    ActiveDirectorySecurityInheritance inheritanceType,
    Guid inheritedObjectType
)
public:
ActiveDirectoryAccessRule (
    IdentityReference^ identity, 
    ActiveDirectoryRights adRights, 
    AccessControlType type, 
    ActiveDirectorySecurityInheritance inheritanceType, 
    Guid inheritedObjectType
)
public ActiveDirectoryAccessRule (
    IdentityReference identity, 
    ActiveDirectoryRights adRights, 
    AccessControlType type, 
    ActiveDirectorySecurityInheritance inheritanceType, 
    Guid inheritedObjectType
)
public function ActiveDirectoryAccessRule (
    identity : IdentityReference, 
    adRights : ActiveDirectoryRights, 
    type : AccessControlType, 
    inheritanceType : ActiveDirectorySecurityInheritance, 
    inheritedObjectType : Guid
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

adRights

アクセス規則権限指定する1 つ上の ActiveDirectoryRights 列挙値の組み合わせ

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

inheritanceType

アクセス規則継承種類指定する、ActiveDirectorySecurityInheritance 列挙値の 1 つ

inheritedObjectType

このアクセス規則継承できる子オブジェクトの種類スキーマ GUID

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ActiveDirectoryAccessRule クラス
ActiveDirectoryAccessRule メンバ
System.DirectoryServices 名前空間

ActiveDirectoryAccessRule コンストラクタ (IdentityReference, ActiveDirectoryRights, AccessControlType)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照Active Directory権限、およびアクセス規則種類指定して、ActiveDirectoryAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    adRights As ActiveDirectoryRights, _
    type As AccessControlType _
)
Dim identity As IdentityReference
Dim adRights As ActiveDirectoryRights
Dim type As AccessControlType

Dim instance As New ActiveDirectoryAccessRule(identity,
 adRights, type)
public ActiveDirectoryAccessRule (
    IdentityReference identity,
    ActiveDirectoryRights adRights,
    AccessControlType type
)
public:
ActiveDirectoryAccessRule (
    IdentityReference^ identity, 
    ActiveDirectoryRights adRights, 
    AccessControlType type
)
public ActiveDirectoryAccessRule (
    IdentityReference identity, 
    ActiveDirectoryRights adRights, 
    AccessControlType type
)
public function ActiveDirectoryAccessRule (
    identity : IdentityReference, 
    adRights : ActiveDirectoryRights, 
    type : AccessControlType
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

adRights

アクセス規則権限指定する1 つ上の ActiveDirectoryRights 列挙値の組み合わせ

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ActiveDirectoryAccessRule クラス
ActiveDirectoryAccessRule メンバ
System.DirectoryServices 名前空間

ActiveDirectoryAccessRule コンストラクタ (IdentityReference, ActiveDirectoryRights, AccessControlType, Guid, ActiveDirectorySecurityInheritance)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照Active Directory権限アクセス規則種類オブジェクトの種類、および継承さの種類指定して、ActiveDirectoryAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    adRights As ActiveDirectoryRights, _
    type As AccessControlType, _
    objectType As Guid, _
    inheritanceType As ActiveDirectorySecurityInheritance _
)
Dim identity As IdentityReference
Dim adRights As ActiveDirectoryRights
Dim type As AccessControlType
Dim objectType As Guid
Dim inheritanceType As ActiveDirectorySecurityInheritance

Dim instance As New ActiveDirectoryAccessRule(identity,
 adRights, type, objectType, inheritanceType)
public ActiveDirectoryAccessRule (
    IdentityReference identity,
    ActiveDirectoryRights adRights,
    AccessControlType type,
    Guid objectType,
    ActiveDirectorySecurityInheritance inheritanceType
)
public:
ActiveDirectoryAccessRule (
    IdentityReference^ identity, 
    ActiveDirectoryRights adRights, 
    AccessControlType type, 
    Guid objectType, 
    ActiveDirectorySecurityInheritance inheritanceType
)
public ActiveDirectoryAccessRule (
    IdentityReference identity, 
    ActiveDirectoryRights adRights, 
    AccessControlType type, 
    Guid objectType, 
    ActiveDirectorySecurityInheritance inheritanceType
)
public function ActiveDirectoryAccessRule (
    identity : IdentityReference, 
    adRights : ActiveDirectoryRights, 
    type : AccessControlType, 
    objectType : Guid, 
    inheritanceType : ActiveDirectorySecurityInheritance
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

adRights

アクセス規則権限指定する1 つ上の ActiveDirectoryRights 列挙値の組み合わせ

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

objectType

アクセス規則適用先となるオブジェクトスキーマ GUID

inheritanceType

アクセス規則継承種類指定する、ActiveDirectorySecurityInheritance 列挙値の 1 つ

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ActiveDirectoryAccessRule クラス
ActiveDirectoryAccessRule メンバ
System.DirectoryServices 名前空間

ActiveDirectoryAccessRule コンストラクタ (IdentityReference, ActiveDirectoryRights, AccessControlType, Guid)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照Active Directory権限アクセス規則種類、およびオブジェクトの種類指定して、ActiveDirectoryAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    adRights As ActiveDirectoryRights, _
    type As AccessControlType, _
    objectType As Guid _
)
Dim identity As IdentityReference
Dim adRights As ActiveDirectoryRights
Dim type As AccessControlType
Dim objectType As Guid

Dim instance As New ActiveDirectoryAccessRule(identity,
 adRights, type, objectType)
public ActiveDirectoryAccessRule (
    IdentityReference identity,
    ActiveDirectoryRights adRights,
    AccessControlType type,
    Guid objectType
)
public:
ActiveDirectoryAccessRule (
    IdentityReference^ identity, 
    ActiveDirectoryRights adRights, 
    AccessControlType type, 
    Guid objectType
)
public ActiveDirectoryAccessRule (
    IdentityReference identity, 
    ActiveDirectoryRights adRights, 
    AccessControlType type, 
    Guid objectType
)
public function ActiveDirectoryAccessRule (
    identity : IdentityReference, 
    adRights : ActiveDirectoryRights, 
    type : AccessControlType, 
    objectType : Guid
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

adRights

アクセス規則権限指定する1 つ上の ActiveDirectoryRights 列挙値の組み合わせ

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

objectType

アクセス規則適用先となるオブジェクトスキーマ GUID

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ActiveDirectoryAccessRule クラス
ActiveDirectoryAccessRule メンバ
System.DirectoryServices 名前空間

ActiveDirectoryAccessRule コンストラクタ

ActiveDirectoryAccessRule クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
ActiveDirectoryAccessRule (IdentityReference, ActiveDirectoryRights, AccessControlType) ID 参照Active Directory権限、およびアクセス規則種類指定してActiveDirectoryAccessRule クラス新しインスタンス初期化します。
ActiveDirectoryAccessRule (IdentityReference, ActiveDirectoryRights, AccessControlType, ActiveDirectorySecurityInheritance) ID 参照Active Directory権限アクセス規則種類、および継承種類指定してActiveDirectoryAccessRule クラス新しインスタンス初期化します。
ActiveDirectoryAccessRule (IdentityReference, ActiveDirectoryRights, AccessControlType, Guid) ID 参照Active Directory権限アクセス規則種類、およびオブジェクトの種類指定してActiveDirectoryAccessRule クラス新しインスタンス初期化します。
ActiveDirectoryAccessRule (IdentityReference, ActiveDirectoryRights, AccessControlType, ActiveDirectorySecurityInheritance, Guid) ID 参照Active Directory権限アクセス規則種類継承種類、および継承されるオブジェクトの種類指定してActiveDirectoryAccessRule クラス新しインスタンス初期化します。
ActiveDirectoryAccessRule (IdentityReference, ActiveDirectoryRights, AccessControlType, Guid, ActiveDirectorySecurityInheritance) ID 参照Active Directory権限アクセス規則種類オブジェクトの種類、および継承さの種類指定してActiveDirectoryAccessRule クラス新しインスタンス初期化します。
ActiveDirectoryAccessRule (IdentityReference, ActiveDirectoryRights, AccessControlType, Guid, ActiveDirectorySecurityInheritance, Guid) ID 参照Active Directory権限アクセス規則種類オブジェクトの種類継承種類、および継承されるオブジェクトの種類指定してActiveDirectoryAccessRule クラス新しインスタンス初期化します。
参照参照

関連項目

ActiveDirectoryAccessRule クラス
ActiveDirectoryAccessRule メンバ
System.DirectoryServices 名前空間

ActiveDirectoryAccessRule コンストラクタ (IdentityReference, ActiveDirectoryRights, AccessControlType, Guid, ActiveDirectorySecurityInheritance, Guid)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照Active Directory権限アクセス規則種類オブジェクトの種類継承種類、および継承されるオブジェクトの種類指定して、ActiveDirectoryAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    adRights As ActiveDirectoryRights, _
    type As AccessControlType, _
    objectType As Guid, _
    inheritanceType As ActiveDirectorySecurityInheritance, _
    inheritedObjectType As Guid _
)
Dim identity As IdentityReference
Dim adRights As ActiveDirectoryRights
Dim type As AccessControlType
Dim objectType As Guid
Dim inheritanceType As ActiveDirectorySecurityInheritance
Dim inheritedObjectType As Guid

Dim instance As New ActiveDirectoryAccessRule(identity,
 adRights, type, objectType, inheritanceType, inheritedObjectType)
public ActiveDirectoryAccessRule (
    IdentityReference identity,
    ActiveDirectoryRights adRights,
    AccessControlType type,
    Guid objectType,
    ActiveDirectorySecurityInheritance inheritanceType,
    Guid inheritedObjectType
)
public:
ActiveDirectoryAccessRule (
    IdentityReference^ identity, 
    ActiveDirectoryRights adRights, 
    AccessControlType type, 
    Guid objectType, 
    ActiveDirectorySecurityInheritance inheritanceType, 
    Guid inheritedObjectType
)
public ActiveDirectoryAccessRule (
    IdentityReference identity, 
    ActiveDirectoryRights adRights, 
    AccessControlType type, 
    Guid objectType, 
    ActiveDirectorySecurityInheritance inheritanceType, 
    Guid inheritedObjectType
)
public function ActiveDirectoryAccessRule (
    identity : IdentityReference, 
    adRights : ActiveDirectoryRights, 
    type : AccessControlType, 
    objectType : Guid, 
    inheritanceType : ActiveDirectorySecurityInheritance, 
    inheritedObjectType : Guid
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

adRights

アクセス規則権限指定する1 つ上の ActiveDirectoryRights 列挙値の組み合わせ

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

objectType

アクセス規則適用先となるオブジェクトスキーマ GUID

inheritanceType

アクセス規則継承種類指定する、ActiveDirectorySecurityInheritance 列挙値の 1 つ

inheritedObjectType

このアクセス規則継承できる子オブジェクトの種類スキーマ GUID

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ActiveDirectoryAccessRule クラス
ActiveDirectoryAccessRule メンバ
System.DirectoryServices 名前空間

ActiveDirectoryAccessRule コンストラクタ (IdentityReference, ActiveDirectoryRights, AccessControlType, ActiveDirectorySecurityInheritance)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照Active Directory権限アクセス規則種類、および継承種類指定して、ActiveDirectoryAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    adRights As ActiveDirectoryRights, _
    type As AccessControlType, _
    inheritanceType As ActiveDirectorySecurityInheritance _
)
Dim identity As IdentityReference
Dim adRights As ActiveDirectoryRights
Dim type As AccessControlType
Dim inheritanceType As ActiveDirectorySecurityInheritance

Dim instance As New ActiveDirectoryAccessRule(identity,
 adRights, type, inheritanceType)
public ActiveDirectoryAccessRule (
    IdentityReference identity,
    ActiveDirectoryRights adRights,
    AccessControlType type,
    ActiveDirectorySecurityInheritance inheritanceType
)
public:
ActiveDirectoryAccessRule (
    IdentityReference^ identity, 
    ActiveDirectoryRights adRights, 
    AccessControlType type, 
    ActiveDirectorySecurityInheritance inheritanceType
)
public ActiveDirectoryAccessRule (
    IdentityReference identity, 
    ActiveDirectoryRights adRights, 
    AccessControlType type, 
    ActiveDirectorySecurityInheritance inheritanceType
)
public function ActiveDirectoryAccessRule (
    identity : IdentityReference, 
    adRights : ActiveDirectoryRights, 
    type : AccessControlType, 
    inheritanceType : ActiveDirectorySecurityInheritance
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

adRights

アクセス規則権限指定する1 つ上の ActiveDirectoryRights 列挙値の組み合わせ

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

inheritanceType

アクセス規則継承種類指定する、ActiveDirectorySecurityInheritance 列挙値の 1 つ

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ActiveDirectoryAccessRule クラス
ActiveDirectoryAccessRule メンバ
System.DirectoryServices 名前空間

ActiveDirectoryAccessRule プロパティ


パブリック プロパティパブリック プロパティ

( プロテクト プロパティ参照)
  名前 説明
パブリック プロパティ AccessControlType  この AccessRule オブジェクト関連付けられている AccessControlType 値を取得します。 ( AccessRule から継承されます。)
パブリック プロパティ ActiveDirectoryRights このアクセス規則Active Directory 権限取得します
パブリック プロパティ IdentityReference  この規則適用する IdentityReference を取得します。 ( AuthorizationRule から継承されます。)
パブリック プロパティ InheritanceFlags  この規則を子オブジェクト継承する方法決定するフラグの値を取得します。 ( AuthorizationRule から継承されます。)
パブリック プロパティ InheritanceType このアクセス規則継承種類取得します
パブリック プロパティ InheritedObjectType  System.Security.AccessControl.ObjectAccessRule オブジェクト継承できる子オブジェクトの型を取得します。 ( ObjectAccessRule から継承されます。)
パブリック プロパティ IsInherited  この規則明示的に設定するか、または親コンテナ オブジェクトから継承するかを指定する値を取得します。 ( AuthorizationRule から継承されます。)
パブリック プロパティ ObjectFlags  System.Security.AccessControl.ObjectAccessRule オブジェクトObjectType プロパティおよび InheritedObjectType プロパティ有効な値を格納していることを指定するフラグ取得します。 ( ObjectAccessRule から継承されます。)
パブリック プロパティ ObjectType  System.Security.AccessControl.ObjectAccessRule適用するオブジェクトの型を取得します。 ( ObjectAccessRule から継承されます。)
パブリック プロパティ PropagationFlags  反映フラグの値を取得します。このフラグから、この規則を子オブジェクト反映させる方法判断します。このプロパティ重要なのは、InheritanceFlags 列挙体の値が None でない場合だけです。 ( AuthorizationRule から継承されます。)
プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ AccessMask  この規則アクセス マスク取得します。 ( AuthorizationRule から継承されます。)
参照参照

関連項目

ActiveDirectoryAccessRule クラス
System.DirectoryServices 名前空間

ActiveDirectoryAccessRule メソッド


ActiveDirectoryAccessRule メンバ

ActiveDirectoryAccessRule クラスは、Active Directory オブジェクト随意アクセス制御リスト (DACL: Discretionary Access Control List) 内のアクセス制御エントリ (ACE: Access Control Entry) を表すために使用されます。

ActiveDirectoryAccessRule データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド ActiveDirectoryAccessRule オーバーロードされますActiveDirectoryAccessRule クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
( プロテクト プロパティ参照)
  名前 説明
パブリック プロパティ AccessControlType  この AccessRule オブジェクト関連付けられている AccessControlType 値を取得します。(AccessRule から継承されます。)
パブリック プロパティ ActiveDirectoryRights このアクセス規則Active Directory 権限取得します
パブリック プロパティ IdentityReference  この規則適用する IdentityReference を取得します。(AuthorizationRule から継承されます。)
パブリック プロパティ InheritanceFlags  この規則を子オブジェクト継承する方法決定するフラグの値を取得します。(AuthorizationRule から継承されます。)
パブリック プロパティ InheritanceType このアクセス規則継承種類取得します
パブリック プロパティ InheritedObjectType  System.Security.AccessControl.ObjectAccessRule オブジェクト継承できる子オブジェクトの型を取得します。(ObjectAccessRule から継承されます。)
パブリック プロパティ IsInherited  この規則明示的に設定するか、または親コンテナ オブジェクトから継承するかを指定する値を取得します。(AuthorizationRule から継承されます。)
パブリック プロパティ ObjectFlags  System.Security.AccessControl.ObjectAccessRule オブジェクトObjectType プロパティおよび InheritedObjectType プロパティ有効な値を格納していることを指定するフラグ取得します。(ObjectAccessRule から継承されます。)
パブリック プロパティ ObjectType  System.Security.AccessControl.ObjectAccessRule適用するオブジェクトの型を取得します。(ObjectAccessRule から継承されます。)
パブリック プロパティ PropagationFlags  反映フラグの値を取得します。このフラグから、この規則を子オブジェクト反映させる方法判断します。このプロパティ重要なのは、InheritanceFlags 列挙体の値が None でない場合だけです。(AuthorizationRule から継承されます。)
プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ AccessMask  この規則アクセス マスク取得します。(AuthorizationRule から継承されます。)
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

ActiveDirectoryAccessRule クラス
System.DirectoryServices 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ActiveDirectoryAccessRule」の関連用語

ActiveDirectoryAccessRuleのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ActiveDirectoryAccessRuleのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS