PropertySetAccessRule クラス

定義

PropertySetAccessRule クラスは、Active Directory Domain Services プロパティ セットへのアクセスを許可または拒否するために使用される特定の種類のアクセス規則を表します。 Active Directory Domain Servicesに定義されているプロパティ セットの一覧については、Property Sets に関する記事を参照してください。

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

コンストラクター

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

指定した ID 参照、アクセス制御の種類、プロパティ アクセスの種類、プロパティ セット識別子、継承型、および継承されたオブジェクト型を使用して、 PropertySetAccessRule クラスの新しいインスタンスを初期化します。

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

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

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid)

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

プロパティ

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

適用対象