PropertyAccessRule クラス
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)



System.Security.AccessControl.AuthorizationRule
System.Security.AccessControl.AccessRule
System.Security.AccessControl.ObjectAccessRule
System.DirectoryServices.ActiveDirectoryAccessRule
System.DirectoryServices.PropertyAccessRule


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess)
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)

Public Sub New ( _ identity As IdentityReference, _ type As AccessControlType, _ access As PropertyAccess _ )
Dim identity As IdentityReference Dim type As AccessControlType Dim access As PropertyAccess Dim instance As New PropertyAccessRule(identity, type, access)
public PropertyAccessRule ( IdentityReference identity, AccessControlType type, PropertyAccess access )
public: PropertyAccessRule ( IdentityReference^ identity, AccessControlType type, PropertyAccess access )
public PropertyAccessRule ( IdentityReference identity, AccessControlType type, PropertyAccess access )
public function PropertyAccessRule ( identity : IdentityReference, type : AccessControlType, access : PropertyAccess )


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess, ActiveDirectorySecurityInheritance, Guid)
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)

Public Sub New ( _ identity As IdentityReference, _ type As AccessControlType, _ access As PropertyAccess, _ inheritanceType As ActiveDirectorySecurityInheritance, _ inheritedObjectType As Guid _ )
Dim identity As IdentityReference Dim type As AccessControlType Dim access As PropertyAccess Dim inheritanceType As ActiveDirectorySecurityInheritance Dim inheritedObjectType As Guid Dim instance As New PropertyAccessRule(identity, type, access, inheritanceType, inheritedObjectType)
public PropertyAccessRule ( IdentityReference identity, AccessControlType type, PropertyAccess access, ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType )
public: PropertyAccessRule ( IdentityReference^ identity, AccessControlType type, PropertyAccess access, ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType )
public PropertyAccessRule ( IdentityReference identity, AccessControlType type, PropertyAccess access, ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType )
public function PropertyAccessRule ( identity : IdentityReference, type : AccessControlType, access : PropertyAccess, inheritanceType : ActiveDirectorySecurityInheritance, inheritedObjectType : Guid )


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess, ActiveDirectorySecurityInheritance)
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)

Public Sub New ( _ identity As IdentityReference, _ type As AccessControlType, _ access As PropertyAccess, _ inheritanceType As ActiveDirectorySecurityInheritance _ )
Dim identity As IdentityReference Dim type As AccessControlType Dim access As PropertyAccess Dim inheritanceType As ActiveDirectorySecurityInheritance Dim instance As New PropertyAccessRule(identity, type, access, inheritanceType)
public PropertyAccessRule ( IdentityReference identity, AccessControlType type, PropertyAccess access, ActiveDirectorySecurityInheritance inheritanceType )
public: PropertyAccessRule ( IdentityReference^ identity, AccessControlType type, PropertyAccess access, ActiveDirectorySecurityInheritance inheritanceType )
public PropertyAccessRule ( IdentityReference identity, AccessControlType type, PropertyAccess access, ActiveDirectorySecurityInheritance inheritanceType )
public function PropertyAccessRule ( identity : IdentityReference, type : AccessControlType, access : PropertyAccess, inheritanceType : ActiveDirectorySecurityInheritance )


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


PropertyAccessRule コンストラクタ

名前 | 説明 |
---|---|
PropertyAccessRule (IdentityReference, AccessControlType, PropertyAccess) | ID 参照、アクセス制御の種類、およびプロパティ アクセスを指定して、PropertyAccessRule クラスの新しいインスタンスを初期化します。 |
PropertyAccessRule (IdentityReference, AccessControlType, PropertyAccess, ActiveDirectorySecurityInheritance) | ID 参照、アクセス制御の種類、プロパティ アクセス、および Active Directory セキュリティの継承を指定して、PropertyAccessRule クラスの新しいインスタンスを初期化します。 |
PropertyAccessRule (IdentityReference, AccessControlType, PropertyAccess, Guid) | ID 参照、アクセス制御の種類、プロパティ アクセス、およびプロパティの種類を指定して、PropertyAccessRule クラスの新しいインスタンスを初期化します。 |
PropertyAccessRule (IdentityReference, AccessControlType, PropertyAccess, ActiveDirectorySecurityInheritance, Guid) | ID 参照、アクセス制御の種類、プロパティ アクセス、Active Directory セキュリティの継承、および継承されるオブジェクトの種類を指定して、PropertyAccessRule クラスの新しいインスタンスを初期化します。 |
PropertyAccessRule (IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance) | ID 参照、アクセス制御の種類、プロパティ アクセス、プロパティの種類、および Active Directory セキュリティの継承を指定して、PropertyAccessRule クラスの新しいインスタンスを初期化します。 |
PropertyAccessRule (IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance, Guid) | ID 参照、アクセス制御の種類、プロパティ アクセス、プロパティの種類、Active Directory セキュリティの継承、および継承されるオブジェクトの種類を指定して、PropertyAccessRule クラスの新しいインスタンスを初期化します。 |

PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance, Guid)
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)

Public Sub New ( _ identity As IdentityReference, _ type As AccessControlType, _ access As PropertyAccess, _ propertyType As Guid, _ inheritanceType As ActiveDirectorySecurityInheritance, _ inheritedObjectType As Guid _ )
Dim identity As IdentityReference Dim type As AccessControlType Dim access As PropertyAccess Dim propertyType As Guid Dim inheritanceType As ActiveDirectorySecurityInheritance Dim inheritedObjectType As Guid Dim instance As New PropertyAccessRule(identity, type, access, propertyType, inheritanceType, inheritedObjectType)
public PropertyAccessRule ( IdentityReference identity, AccessControlType type, PropertyAccess access, Guid propertyType, ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType )
public: PropertyAccessRule ( IdentityReference^ identity, AccessControlType type, PropertyAccess access, Guid propertyType, ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType )
public PropertyAccessRule ( IdentityReference identity, AccessControlType type, PropertyAccess access, Guid propertyType, ActiveDirectorySecurityInheritance inheritanceType, Guid inheritedObjectType )
public function PropertyAccessRule ( identity : IdentityReference, type : AccessControlType, access : PropertyAccess, propertyType : Guid, inheritanceType : ActiveDirectorySecurityInheritance, inheritedObjectType : Guid )

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess, Guid)
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)

Public Sub New ( _ identity As IdentityReference, _ type As AccessControlType, _ access As PropertyAccess, _ propertyType As Guid _ )
Dim identity As IdentityReference Dim type As AccessControlType Dim access As PropertyAccess Dim propertyType As Guid Dim instance As New PropertyAccessRule(identity, type, access, propertyType)
public PropertyAccessRule ( IdentityReference identity, AccessControlType type, PropertyAccess access, Guid propertyType )
public: PropertyAccessRule ( IdentityReference^ identity, AccessControlType type, PropertyAccess access, Guid propertyType )
public PropertyAccessRule ( IdentityReference identity, AccessControlType type, PropertyAccess access, Guid propertyType )
public function PropertyAccessRule ( identity : IdentityReference, type : AccessControlType, access : PropertyAccess, propertyType : Guid )

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


PropertyAccessRule コンストラクタ (IdentityReference, AccessControlType, PropertyAccess, Guid, ActiveDirectorySecurityInheritance)
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)

Public Sub New ( _ identity As IdentityReference, _ type As AccessControlType, _ access As PropertyAccess, _ propertyType As Guid, _ inheritanceType As ActiveDirectorySecurityInheritance _ )
Dim identity As IdentityReference Dim type As AccessControlType Dim access As PropertyAccess Dim propertyType As Guid Dim inheritanceType As ActiveDirectorySecurityInheritance Dim instance As New PropertyAccessRule(identity, type, access, propertyType, inheritanceType)
public PropertyAccessRule ( IdentityReference identity, AccessControlType type, PropertyAccess access, Guid propertyType, ActiveDirectorySecurityInheritance inheritanceType )
public: PropertyAccessRule ( IdentityReference^ identity, AccessControlType type, PropertyAccess access, Guid propertyType, ActiveDirectorySecurityInheritance inheritanceType )
public PropertyAccessRule ( IdentityReference identity, AccessControlType type, PropertyAccess access, Guid propertyType, ActiveDirectorySecurityInheritance inheritanceType )
public function PropertyAccessRule ( identity : IdentityReference, type : AccessControlType, access : PropertyAccess, propertyType : Guid, inheritanceType : ActiveDirectorySecurityInheritance )

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


PropertyAccessRule プロパティ

名前 | 説明 | |
---|---|---|
![]() | AccessControlType | この AccessRule オブジェクトに関連付けられている AccessControlType 値を取得します。 ( AccessRule から継承されます。) |
![]() | ActiveDirectoryRights | このアクセス規則の Active Directory 権限を取得します。 ( ActiveDirectoryAccessRule から継承されます。) |
![]() | IdentityReference | この規則を適用する IdentityReference を取得します。 ( AuthorizationRule から継承されます。) |
![]() | InheritanceFlags | この規則を子オブジェクトが継承する方法を決定するフラグの値を取得します。 ( AuthorizationRule から継承されます。) |
![]() | InheritanceType | このアクセス規則の継承の種類を取得します。 ( ActiveDirectoryAccessRule から継承されます。) |
![]() | InheritedObjectType | System.Security.AccessControl.ObjectAccessRule オブジェクトを継承できる子オブジェクトの型を取得します。 ( ObjectAccessRule から継承されます。) |
![]() | IsInherited | この規則を明示的に設定するか、または親コンテナ オブジェクトから継承するかを指定する値を取得します。 ( AuthorizationRule から継承されます。) |
![]() | ObjectFlags | System.Security.AccessControl.ObjectAccessRule オブジェクトの ObjectType プロパティおよび InheritedObjectType プロパティが有効な値を格納していることを指定するフラグを取得します。 ( ObjectAccessRule から継承されます。) |
![]() | ObjectType | System.Security.AccessControl.ObjectAccessRule を適用するオブジェクトの型を取得します。 ( ObjectAccessRule から継承されます。) |
![]() | PropagationFlags | 反映フラグの値を取得します。このフラグから、この規則を子オブジェクトに反映させる方法を判断します。このプロパティが重要なのは、InheritanceFlags 列挙体の値が None でない場合だけです。 ( AuthorizationRule から継承されます。) |


PropertyAccessRule メソッド

名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 2 つの Object インスタンスが等しいかどうかを判断します。 ( Object から継承されます。) |
![]() | GetHashCode | 特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。 ( Object から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 ( Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 ( Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 ( Object から継承されます。) |

PropertyAccessRule メンバ
PropertyAccessRule クラスは、Active Directory プロパティへのアクセスを許可または拒否するために使用する、特定の種類のアクセス規則を表します。
PropertyAccessRule データ型で公開されるメンバを以下の表に示します。


名前 | 説明 | |
---|---|---|
![]() | AccessControlType | この AccessRule オブジェクトに関連付けられている AccessControlType 値を取得します。(AccessRule から継承されます。) |
![]() | ActiveDirectoryRights | このアクセス規則の Active Directory 権限を取得します。(ActiveDirectoryAccessRule から継承されます。) |
![]() | IdentityReference | この規則を適用する IdentityReference を取得します。(AuthorizationRule から継承されます。) |
![]() | InheritanceFlags | この規則を子オブジェクトが継承する方法を決定するフラグの値を取得します。(AuthorizationRule から継承されます。) |
![]() | InheritanceType | このアクセス規則の継承の種類を取得します。(ActiveDirectoryAccessRule から継承されます。) |
![]() | InheritedObjectType | System.Security.AccessControl.ObjectAccessRule オブジェクトを継承できる子オブジェクトの型を取得します。(ObjectAccessRule から継承されます。) |
![]() | IsInherited | この規則を明示的に設定するか、または親コンテナ オブジェクトから継承するかを指定する値を取得します。(AuthorizationRule から継承されます。) |
![]() | ObjectFlags | System.Security.AccessControl.ObjectAccessRule オブジェクトの ObjectType プロパティおよび InheritedObjectType プロパティが有効な値を格納していることを指定するフラグを取得します。(ObjectAccessRule から継承されます。) |
![]() | ObjectType | System.Security.AccessControl.ObjectAccessRule を適用するオブジェクトの型を取得します。(ObjectAccessRule から継承されます。) |
![]() | PropagationFlags | 反映フラグの値を取得します。このフラグから、この規則を子オブジェクトに反映させる方法を判断します。このプロパティが重要なのは、InheritanceFlags 列挙体の値が None でない場合だけです。(AuthorizationRule から継承されます。) |


名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 2 つの Object インスタンスが等しいかどうかを判断します。 (Object から継承されます。) |
![]() | GetHashCode | 特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用に適しています。 (Object から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 (Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |

- PropertyAccessRuleのページへのリンク