ExtendedRightAccessRuleとは? わかりやすく解説

ExtendedRightAccessRule クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

Active Directory オブジェクトに対して拡張権利を許可または拒否するために使用する特定の種類アクセス規則表します拡張権利は、標準アクセス権セットでは対応していない特別な操作です。拡張権利の例として、ユーザーに他のユーザー電子メール送信する権利付与する Send-As があります使用できる拡張権利の一覧については、MSDN ライブラリ (http://msdn.microsoft.com/library) の「Extended Rights」を参照してください拡張権利の詳細については、同じく MSDN ライブラリにある「Control Access Rights」を参照してください

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public NotInheritable Class
 ExtendedRightAccessRule
    Inherits ActiveDirectoryAccessRule
Dim instance As ExtendedRightAccessRule
public sealed class ExtendedRightAccessRule
 : ActiveDirectoryAccessRule
public ref class ExtendedRightAccessRule sealed
 : public ActiveDirectoryAccessRule
public final class ExtendedRightAccessRule
 extends ActiveDirectoryAccessRule
public final class ExtendedRightAccessRule
 extends ActiveDirectoryAccessRule
継承階層継承階層
System.Object
   System.Security.AccessControl.AuthorizationRule
     System.Security.AccessControl.AccessRule
       System.Security.AccessControl.ObjectAccessRule
         System.DirectoryServices.ActiveDirectoryAccessRule
          System.DirectoryServices.ExtendedRightAccessRule
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

ExtendedRightAccessRule コンストラクタ (IdentityReference, AccessControlType)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照アクセス制御種類指定して、ExtendedRightAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    type As AccessControlType _
)
Dim identity As IdentityReference
Dim type As AccessControlType

Dim instance As New ExtendedRightAccessRule(identity,
 type)
public ExtendedRightAccessRule (
    IdentityReference identity,
    AccessControlType type
)
public:
ExtendedRightAccessRule (
    IdentityReference^ identity, 
    AccessControlType type
)
public ExtendedRightAccessRule (
    IdentityReference identity, 
    AccessControlType type
)
public function ExtendedRightAccessRule (
    identity : IdentityReference, 
    type : AccessControlType
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ExtendedRightAccessRule クラス
ExtendedRightAccessRule メンバ
System.DirectoryServices 名前空間

ExtendedRightAccessRule コンストラクタ (IdentityReference, AccessControlType, Guid)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照アクセス制御種類、および拡張権利の識別子指定して、ExtendedRightAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    type As AccessControlType, _
    extendedRightType As Guid _
)
Dim identity As IdentityReference
Dim type As AccessControlType
Dim extendedRightType As Guid

Dim instance As New ExtendedRightAccessRule(identity,
 type, extendedRightType)
public ExtendedRightAccessRule (
    IdentityReference identity,
    AccessControlType type,
    Guid extendedRightType
)
public:
ExtendedRightAccessRule (
    IdentityReference^ identity, 
    AccessControlType type, 
    Guid extendedRightType
)
public ExtendedRightAccessRule (
    IdentityReference identity, 
    AccessControlType type, 
    Guid extendedRightType
)
public function ExtendedRightAccessRule (
    identity : IdentityReference, 
    type : AccessControlType, 
    extendedRightType : Guid
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

extendedRightType

このアクセス規則適用先となる拡張権利の Rights-Guid。詳細については、MSDN ライブラリ (http://msdn.microsoft.com/library) の Rights-Guid のトピック参照してくださいActive Directory スキーマドキュメントでは、各拡張権利のリファレンス ページの Rights-GUID 行を参照してください。このパラメータEmpty である場合アクセス規則すべての拡張権利に適用されます。拡張権利の一覧については、MSDN ライブラリの「Extended Rights」を参照してください

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ExtendedRightAccessRule クラス
ExtendedRightAccessRule メンバ
System.DirectoryServices 名前空間

ExtendedRightAccessRule コンストラクタ (IdentityReference, AccessControlType, Guid, ActiveDirectorySecurityInheritance, Guid)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照アクセス制御種類拡張権利の識別子Active Directory セキュリティ継承、および継承されるオブジェクトの種類指定して、ExtendedRightAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    type As AccessControlType, _
    extendedRightType As Guid, _
    inheritanceType As ActiveDirectorySecurityInheritance, _
    inheritedObjectType As Guid _
)
Dim identity As IdentityReference
Dim type As AccessControlType
Dim extendedRightType As Guid
Dim inheritanceType As ActiveDirectorySecurityInheritance
Dim inheritedObjectType As Guid

Dim instance As New ExtendedRightAccessRule(identity,
 type, extendedRightType, inheritanceType, inheritedObjectType)
public ExtendedRightAccessRule (
    IdentityReference identity,
    AccessControlType type,
    Guid extendedRightType,
    ActiveDirectorySecurityInheritance inheritanceType,
    Guid inheritedObjectType
)
public:
ExtendedRightAccessRule (
    IdentityReference^ identity, 
    AccessControlType type, 
    Guid extendedRightType, 
    ActiveDirectorySecurityInheritance inheritanceType, 
    Guid inheritedObjectType
)
public ExtendedRightAccessRule (
    IdentityReference identity, 
    AccessControlType type, 
    Guid extendedRightType, 
    ActiveDirectorySecurityInheritance inheritanceType, 
    Guid inheritedObjectType
)
public function ExtendedRightAccessRule (
    identity : IdentityReference, 
    type : AccessControlType, 
    extendedRightType : Guid, 
    inheritanceType : ActiveDirectorySecurityInheritance, 
    inheritedObjectType : Guid
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

extendedRightType

このアクセス規則適用先となる拡張権利の Rights-Guid 属性詳細については、MSDN ライブラリ (http://msdn.microsoft.com/library) の Rights-Guid のトピック参照してくださいActive Directory スキーマドキュメントでは、各拡張権利のリファレンス ページの Rights-GUID 行を参照してください。このパラメータEmpty である場合アクセス規則すべての拡張権利に適用されます。拡張権利の一覧については、MSDN ライブラリの「Extended Rights」を参照してください

inheritanceType

アクセス規則継承種類指定する、ActiveDirectorySecurityInheritance 列挙値の 1 つ

inheritedObjectType

このアクセス規則継承できる子オブジェクトの種類スキーマ GUID

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ExtendedRightAccessRule クラス
ExtendedRightAccessRule メンバ
System.DirectoryServices 名前空間

ExtendedRightAccessRule コンストラクタ (IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance, Guid)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

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

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    type As AccessControlType, _
    inheritanceType As ActiveDirectorySecurityInheritance, _
    inheritedObjectType As Guid _
)
Dim identity As IdentityReference
Dim type As AccessControlType
Dim inheritanceType As ActiveDirectorySecurityInheritance
Dim inheritedObjectType As Guid

Dim instance As New ExtendedRightAccessRule(identity,
 type, inheritanceType, inheritedObjectType)
public ExtendedRightAccessRule (
    IdentityReference identity,
    AccessControlType type,
    ActiveDirectorySecurityInheritance inheritanceType,
    Guid inheritedObjectType
)
public:
ExtendedRightAccessRule (
    IdentityReference^ identity, 
    AccessControlType type, 
    ActiveDirectorySecurityInheritance inheritanceType, 
    Guid inheritedObjectType
)
public ExtendedRightAccessRule (
    IdentityReference identity, 
    AccessControlType type, 
    ActiveDirectorySecurityInheritance inheritanceType, 
    Guid inheritedObjectType
)
public function ExtendedRightAccessRule (
    identity : IdentityReference, 
    type : AccessControlType, 
    inheritanceType : ActiveDirectorySecurityInheritance, 
    inheritedObjectType : Guid
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

inheritanceType

アクセス規則継承種類指定する、ActiveDirectorySecurityInheritance 列挙値の 1 つ

inheritedObjectType

このアクセス規則継承できる子オブジェクトの種類スキーマ GUID

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ExtendedRightAccessRule クラス
ExtendedRightAccessRule メンバ
System.DirectoryServices 名前空間

ExtendedRightAccessRule コンストラクタ (IdentityReference, AccessControlType, Guid, ActiveDirectorySecurityInheritance)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照アクセス制御種類拡張権利の識別子、および Active Directory セキュリティ継承指定して、ExtendedRightAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    type As AccessControlType, _
    extendedRightType As Guid, _
    inheritanceType As ActiveDirectorySecurityInheritance _
)
Dim identity As IdentityReference
Dim type As AccessControlType
Dim extendedRightType As Guid
Dim inheritanceType As ActiveDirectorySecurityInheritance

Dim instance As New ExtendedRightAccessRule(identity,
 type, extendedRightType, inheritanceType)
public ExtendedRightAccessRule (
    IdentityReference identity,
    AccessControlType type,
    Guid extendedRightType,
    ActiveDirectorySecurityInheritance inheritanceType
)
public:
ExtendedRightAccessRule (
    IdentityReference^ identity, 
    AccessControlType type, 
    Guid extendedRightType, 
    ActiveDirectorySecurityInheritance inheritanceType
)
public ExtendedRightAccessRule (
    IdentityReference identity, 
    AccessControlType type, 
    Guid extendedRightType, 
    ActiveDirectorySecurityInheritance inheritanceType
)
public function ExtendedRightAccessRule (
    identity : IdentityReference, 
    type : AccessControlType, 
    extendedRightType : Guid, 
    inheritanceType : ActiveDirectorySecurityInheritance
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

extendedRightType

このアクセス規則適用先となる拡張権利の Rights-Guid。詳細については、MSDN ライブラリ (http://msdn.microsoft.com/library) の Rights-Guid のトピック参照してくださいActive Directory スキーマドキュメントでは、各拡張権利のリファレンス ページの Rights-GUID 行を参照してください。このパラメータEmpty である場合アクセス規則すべての拡張権利に適用されます。拡張権利の一覧については、MSDN ライブラリの「Extended Rights」を参照してください

inheritanceType

アクセス規則継承種類指定する、ActiveDirectorySecurityInheritance 列挙値の 1 つ

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ExtendedRightAccessRule クラス
ExtendedRightAccessRule メンバ
System.DirectoryServices 名前空間

ExtendedRightAccessRule コンストラクタ

ExtendedRightAccessRule クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
ExtendedRightAccessRule (IdentityReference, AccessControlType) ID 参照アクセス制御種類指定してExtendedRightAccessRule クラス新しインスタンス初期化します。
ExtendedRightAccessRule (IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance) ID 参照アクセス制御種類、および Active Directory セキュリティ継承指定してExtendedRightAccessRule クラス新しインスタンス初期化します。
ExtendedRightAccessRule (IdentityReference, AccessControlType, Guid) ID 参照アクセス制御種類、および拡張権利の識別子指定してExtendedRightAccessRule クラス新しインスタンス初期化します。
ExtendedRightAccessRule (IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance, Guid) ID 参照アクセス制御種類Active Directory セキュリティ継承、および継承されるオブジェクトの種類指定してExtendedRightAccessRule クラス新しインスタンス初期化します。
ExtendedRightAccessRule (IdentityReference, AccessControlType, Guid, ActiveDirectorySecurityInheritance) ID 参照アクセス制御種類拡張権利の識別子、および Active Directory セキュリティ継承指定してExtendedRightAccessRule クラス新しインスタンス初期化します。
ExtendedRightAccessRule (IdentityReference, AccessControlType, Guid, ActiveDirectorySecurityInheritance, Guid) ID 参照アクセス制御種類拡張権利の識別子Active Directory セキュリティ継承、および継承されるオブジェクトの種類指定してExtendedRightAccessRule クラス新しインスタンス初期化します。
参照参照

関連項目

ExtendedRightAccessRule クラス
ExtendedRightAccessRule メンバ
System.DirectoryServices 名前空間

ExtendedRightAccessRule コンストラクタ (IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ID 参照アクセス制御種類、および Active Directory セキュリティ継承指定して、ExtendedRightAccessRule クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices
アセンブリ: System.DirectoryServices (system.directoryservices.dll 内)
構文構文

Public Sub New ( _
    identity As IdentityReference, _
    type As AccessControlType, _
    inheritanceType As ActiveDirectorySecurityInheritance _
)
Dim identity As IdentityReference
Dim type As AccessControlType
Dim inheritanceType As ActiveDirectorySecurityInheritance

Dim instance As New ExtendedRightAccessRule(identity,
 type, inheritanceType)
public ExtendedRightAccessRule (
    IdentityReference identity,
    AccessControlType type,
    ActiveDirectorySecurityInheritance inheritanceType
)
public:
ExtendedRightAccessRule (
    IdentityReference^ identity, 
    AccessControlType type, 
    ActiveDirectorySecurityInheritance inheritanceType
)
public ExtendedRightAccessRule (
    IdentityReference identity, 
    AccessControlType type, 
    ActiveDirectorySecurityInheritance inheritanceType
)
public function ExtendedRightAccessRule (
    identity : IdentityReference, 
    type : AccessControlType, 
    inheritanceType : ActiveDirectorySecurityInheritance
)

パラメータ

identity

アクセス規則トラスティ識別する IdentityReference オブジェクト

type

アクセス規則種類指定する AccessControlType 列挙値の 1 つ

inheritanceType

アクセス規則継承種類指定する、ActiveDirectorySecurityInheritance 列挙値の 1 つ

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ExtendedRightAccessRule クラス
ExtendedRightAccessRule メンバ
System.DirectoryServices 名前空間

ExtendedRightAccessRule プロパティ


パブリック プロパティパブリック プロパティ

( プロテクト プロパティ参照)
  名前 説明
パブリック プロパティ 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 から継承されます。)
プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ AccessMask  この規則アクセス マスク取得します。 ( AuthorizationRule から継承されます。)
参照参照

関連項目

ExtendedRightAccessRule クラス
System.DirectoryServices 名前空間

ExtendedRightAccessRule メソッド


ExtendedRightAccessRule メンバ

Active Directory オブジェクトに対して拡張権利を許可または拒否するために使用する特定の種類アクセス規則表します拡張権利は、標準アクセス権セットでは対応していない特別な操作です。拡張権利の例として、ユーザーに他のユーザー電子メール送信する権利付与する Send-As があります使用できる拡張権利の一覧については、MSDN ライブラリ (http://msdn.microsoft.com/library) の「Extended Rights」を参照してください拡張権利の詳細については、同じく MSDN ライブラリにある「Control Access Rights」を参照してください

ExtendedRightAccessRule データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド ExtendedRightAccessRule オーバーロードされます。 ExtendedRightAccessRule クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
( プロテクト プロパティ参照)
  名前 説明
パブリック プロパティ 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 から継承されます。)
プロテクト プロパティプロテクト プロパティ
  名前 説明
プロテクト プロパティ AccessMask  この規則アクセス マスク取得します。(AuthorizationRule から継承されます。)
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

ExtendedRightAccessRule クラス
System.DirectoryServices 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ExtendedRightAccessRule」の関連用語

ExtendedRightAccessRuleのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ExtendedRightAccessRuleのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS