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 値のいずれか。
- type
- AccessControlType
操作を許可するか拒否するかを指定する AccessControlType 値のいずれか。
注釈
クラスを使用して永続化できるアクセス制御規則を作成するには、このコンストラクターを 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 値のいずれか。
- type
- AccessControlType
操作を許可するか拒否するかを指定する AccessControlType 値のいずれか。
注釈
クラスを使用して永続化できるアクセス制御規則を作成するには、このコンストラクターを PipeSecurity 使用します。 アクセス制御規則では、Microsoft Windows を実行しているコンピューターで許可または禁止されるアクションを決定するユーザー アカウント権限を定義します。
適用対象
.NET