PipeAccessRule コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PipeAccessRule クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| PipeAccessRule(IdentityReference, PipeAccessRights, AccessControlType) |
指定した ID、パイプ アクセス権、およびアクセス制御の種類を使用して、 PipeAccessRule クラスの新しいインスタンスを初期化します。 |
| PipeAccessRule(String, PipeAccessRights, AccessControlType) |
指定した ID、パイプ アクセス権、およびアクセス制御の種類を使用して、 PipeAccessRule クラスの新しいインスタンスを初期化します。 |
PipeAccessRule(IdentityReference, PipeAccessRights, AccessControlType)
指定した ID、パイプ アクセス権、およびアクセス制御の種類を使用して、 PipeAccessRule クラスの新しいインスタンスを初期化します。
public:
PipeAccessRule(System::Security::Principal::IdentityReference ^ identity, System::IO::Pipes::PipeAccessRights rights, System::Security::AccessControl::AccessControlType type);
public PipeAccessRule(System.Security.Principal.IdentityReference identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.AccessControlType type);
new System.IO.Pipes.PipeAccessRule : System.Security.Principal.IdentityReference * System.IO.Pipes.PipeAccessRights * System.Security.AccessControl.AccessControlType -> System.IO.Pipes.PipeAccessRule
Public Sub New (identity As IdentityReference, rights As PipeAccessRights, type As AccessControlType)
パラメーター
- identity
- IdentityReference
ユーザー アカウントへの参照をカプセル化する IdentityReference オブジェクト。
- rights
- PipeAccessRights
アクセス規則に関連付けられている操作の種類を指定する PipeAccessRights 値の 1 つ。
- type
- AccessControlType
操作を許可するか拒否するかを指定する AccessControlType 値の 1 つ。
注釈
このコンストラクターを使用して、 PipeSecurity クラスを使用して永続化できるアクセス制御規則を作成します。 アクセス制御規則は、Microsoft Windowsを実行しているコンピューターで許可または禁止されるアクションを決定するユーザー アカウント権限を定義します。
適用対象
PipeAccessRule(String, PipeAccessRights, AccessControlType)
指定した ID、パイプ アクセス権、およびアクセス制御の種類を使用して、 PipeAccessRule クラスの新しいインスタンスを初期化します。
public:
PipeAccessRule(System::String ^ identity, System::IO::Pipes::PipeAccessRights rights, System::Security::AccessControl::AccessControlType type);
public PipeAccessRule(string identity, System.IO.Pipes.PipeAccessRights rights, System.Security.AccessControl.AccessControlType type);
new System.IO.Pipes.PipeAccessRule : string * System.IO.Pipes.PipeAccessRights * System.Security.AccessControl.AccessControlType -> System.IO.Pipes.PipeAccessRule
Public Sub New (identity As String, rights As PipeAccessRights, type As AccessControlType)
パラメーター
- identity
- String
ユーザー アカウントの名前。
- rights
- PipeAccessRights
アクセス規則に関連付けられている操作の種類を指定する PipeAccessRights 値の 1 つ。
- type
- AccessControlType
操作を許可するか拒否するかを指定する AccessControlType 値の 1 つ。
注釈
このコンストラクターを使用して、 PipeSecurity クラスを使用して永続化できるアクセス制御規則を作成します。 アクセス制御規則は、Microsoft Windowsを実行しているコンピューターで許可または禁止されるアクションを決定するユーザー アカウント権限を定義します。