PropertyAccessRule クラス

定義

PropertyAccessRule クラスは、Active Directory Domain Services プロパティへのアクセスを許可または拒否するために使用される特定の種類のアクセス規則を表します。

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

注釈

このクラスは、Active Directory Domain Services プロパティのアクセス規則の構築を簡略化するために提供されます。

コンストラクター

名前 説明
PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, ActiveDirectorySecurityInheritance, Guid)

指定した ID 参照、アクセス制御の種類、プロパティ アクセス、Active Directory Domain Services セキュリティ継承、および継承されたオブジェクト型を使用して、PropertyAccessRule クラスの新しいインスタンスを初期化します。

PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, ActiveDirectorySecurityInheritance)

指定した ID 参照、アクセス制御の種類、プロパティ アクセス、およびActive Directory Domain Servicesセキュリティ継承を使用して、PropertyAccessRule クラスの新しいインスタンスを初期化します。

PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance, Guid)

指定した ID 参照、アクセス制御の種類、プロパティ アクセス、プロパティの種類、Active Directory Domain Services セキュリティ継承、および継承されたオブジェクト型を使用して、PropertyAccessRule クラスの新しいインスタンスを初期化します。

PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance)

指定した ID 参照、アクセス制御の種類、プロパティ アクセス、プロパティの種類、およびActive Directory Domain Servicesセキュリティ継承を使用して、PropertyAccessRule クラスの新しいインスタンスを初期化します。

PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid)

指定した ID 参照、アクセス制御の種類、プロパティ アクセス、およびプロパティ型を使用して、 PropertyAccessRule クラスの新しいインスタンスを初期化します。

PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess)

指定した ID 参照、アクセス制御の種類、およびプロパティ アクセスを使用して、 PropertyAccessRule クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
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

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

(継承元 ObjectAccessRule)
ObjectType

ObjectAccessRuleが適用されるオブジェクトの型を取得します。

(継承元 ObjectAccessRule)
PropagationFlags

この規則の継承を子オブジェクトに反映する方法を決定する伝達フラグの値を取得します。 このプロパティは、 InheritanceFlags 列挙体の値が Noneされていない場合にのみ重要です。

(継承元 AuthorizationRule)

メソッド

名前 説明
Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象