PropertySetAccessRule クラス

定義

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

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)

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

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

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

PropertySetAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance, 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)

適用対象