ActiveDirectoryAccessRule クラス

定義

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

public ref class ActiveDirectoryAccessRule : System::Security::AccessControl::ObjectAccessRule
public class ActiveDirectoryAccessRule : System.Security.AccessControl.ObjectAccessRule
type ActiveDirectoryAccessRule = class
    inherit ObjectAccessRule
Public Class ActiveDirectoryAccessRule
Inherits ObjectAccessRule
継承
派生

注釈

ActiveDirectoryAccessRuleクラスには、トラスティ、アクセス制御の種類、アクセス マスク、継承フラグなどのアクセス規則のプロパティが含まれています。 この種類のアクセス規則は、オブジェクトに ActiveDirectorySecurity 設定されます。

オブジェクトが ActiveDirectorySecurity ディレクトリ ストアにコミットされると、オブジェクトに設定されている規則に従って、オブジェクトのセキュリティ記述子が ActiveDirectoryAccessRule 変更されます。

コンストラクター

ActiveDirectoryAccessRule(IdentityReference, ActiveDirectoryRights, AccessControlType)

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

ActiveDirectoryAccessRule(IdentityReference, ActiveDirectoryRights, AccessControlType, ActiveDirectorySecurityInheritance)

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

ActiveDirectoryAccessRule(IdentityReference, ActiveDirectoryRights, AccessControlType, ActiveDirectorySecurityInheritance, Guid)

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

ActiveDirectoryAccessRule(IdentityReference, ActiveDirectoryRights, AccessControlType, Guid)

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

ActiveDirectoryAccessRule(IdentityReference, ActiveDirectoryRights, AccessControlType, Guid, ActiveDirectorySecurityInheritance)

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

ActiveDirectoryAccessRule(IdentityReference, ActiveDirectoryRights, AccessControlType, Guid, ActiveDirectorySecurityInheritance, Guid)

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

プロパティ

AccessControlType

この AccessControlType オブジェクトに関連付けられている AccessRule 値を取得します。

(継承元 AccessRule)
AccessMask

この規則のアクセス マスクを取得します。

(継承元 AuthorizationRule)
ActiveDirectoryRights

このアクセス規則に対する Active Directory Domain Services の権限を取得します。

IdentityReference

この規則を適用する IdentityReference を取得します。

(継承元 AuthorizationRule)
InheritanceFlags

この規則を子オブジェクトが継承する方法を決定するフラグの値を取得します。

(継承元 AuthorizationRule)
InheritanceType

このアクセス規則の継承の種類を取得します。

InheritedObjectType

ObjectAccessRule オブジェクトを継承可能な子オブジェクトの型を取得します。

(継承元 ObjectAccessRule)
IsInherited

この規則を明示的に設定するか、または親コンテナー オブジェクトから継承するかを指定する値を取得します。

(継承元 AuthorizationRule)
ObjectFlags

ObjectAccessRule オブジェクトの ObjectType プロパティと InheritedObjectType プロパティが有効な値を格納しているかどうかを指定するフラグを取得します。

(継承元 ObjectAccessRule)
ObjectType

ObjectAccessRule を適用する対象のオブジェクトの型を取得します。

(継承元 ObjectAccessRule)
PropagationFlags

反映フラグの値を取得します。このフラグから、この規則を子オブジェクトに反映させる方法を判断します。 このプロパティは、InheritanceFlags 列挙体の値が None でない場合にのみ重要です。

(継承元 AuthorizationRule)

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象