PropertyAccessRule クラス

定義

PropertyAccessRule クラスは、Active Directory ドメイン サービス プロパティへのアクセスを許可または拒否するために使用する、特定の種類のアクセス規則を表します。

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)

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

PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, ActiveDirectorySecurityInheritance)

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

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

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

PropertyAccessRule(IdentityReference, AccessControlType, PropertyAccess, Guid)

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

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

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

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

ID 参照、アクセス制御の種類、プロパティ アクセス、プロパティの種類、Active Directory ドメイン サービス セキュリティの継承、および継承されるオブジェクトの種類を指定して、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

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

(継承元 ObjectAccessRule)
ObjectType

ObjectAccessRule を適用する対象のオブジェクトの型を取得します。

(継承元 ObjectAccessRule)
PropagationFlags

反映フラグの値を取得します。このフラグから、この規則を子オブジェクトに反映させる方法を判断します。 このプロパティは、InheritanceFlags 列挙体の値が None でない場合にのみ重要です。

(継承元 AuthorizationRule)

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象