PipeAccessRule 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 PipeAccessRule 類別的新執行個體。
多載
PipeAccessRule(IdentityReference, PipeAccessRights, AccessControlType) |
使用指定的識別、管道存取權限和存取控制型別,初始化 PipeAccessRule 類別的新執行個體。 |
PipeAccessRule(String, PipeAccessRights, AccessControlType) |
使用指定的識別、管道存取權限和存取控制型別,初始化 PipeAccessRule 類別的新執行個體。 |
PipeAccessRule(IdentityReference, PipeAccessRights, AccessControlType)
使用指定的識別、管道存取權限和存取控制型別,初始化 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)
使用指定的識別、管道存取權限和存取控制型別,初始化 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 的電腦上允許或不允許哪些動作。