ListChildrenAccessRule クラス

定義

ListChildrenAccessRule クラスは、Active Directory ドメイン サービス オブジェクトに対して、子オブジェクトをリストする権限を許可または拒否するために使用する、特定の種類のアクセス規則を表します。

public ref class ListChildrenAccessRule sealed : System::DirectoryServices::ActiveDirectoryAccessRule
public sealed class ListChildrenAccessRule : System.DirectoryServices.ActiveDirectoryAccessRule
type ListChildrenAccessRule = class
    inherit ActiveDirectoryAccessRule
Public NotInheritable Class ListChildrenAccessRule
Inherits ActiveDirectoryAccessRule
継承

コンストラクター

ListChildrenAccessRule(IdentityReference, AccessControlType)

ID 参照とアクセス制御の種類を指定して、ListChildrenAccessRule クラスの新しいインスタンスを初期化します。

ListChildrenAccessRule(IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance)

ID 参照、アクセス制御の種類、および Active Directory ドメイン サービス セキュリティの継承情報を指定して、ListChildrenAccessRule クラスの新しいインスタンスを初期化します。

ListChildrenAccessRule(IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance, Guid)

ID 参照、アクセス制御の種類、Active Directory ドメイン サービス セキュリティの継承情報、および継承されるオブジェクトの種類を指定して、ListChildrenAccessRule クラスの新しいインスタンスを初期化します。

プロパティ

AccessControlType

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

(継承元 AccessRule)
AccessMask

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

(継承元 AuthorizationRule)
ActiveDirectoryRights

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

(継承元 ActiveDirectoryAccessRule)
IdentityReference

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

(継承元 AuthorizationRule)
InheritanceFlags

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

(継承元 AuthorizationRule)
InheritanceType

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

(継承元 ActiveDirectoryAccessRule)
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)

適用対象