共用方式為


PipeSecurity.Persist 方法

定義

將與目前 PipeSecurity 物件相關聯之安全性描述元 (Security Descriptor) 的指定區段,儲存至永久儲存區 (Permanent Storage)。

多載

Persist(String)

將與目前 PipeSecurity 物件相關聯之安全性描述元 (Security Descriptor) 的指定區段,儲存至永久儲存區 (Permanent Storage)。

Persist(SafeHandle)

將與目前 PipeSecurity 物件相關聯之安全性描述元 (Security Descriptor) 的指定區段,儲存至永久儲存區 (Permanent Storage)。

Persist(String)

將與目前 PipeSecurity 物件相關聯之安全性描述元 (Security Descriptor) 的指定區段,儲存至永久儲存區 (Permanent Storage)。

protected public:
 void Persist(System::String ^ name);
protected internal void Persist (string name);
[System.Security.SecurityCritical]
protected internal void Persist (string name);
override this.Persist : string -> unit
[<System.Security.SecurityCritical>]
override this.Persist : string -> unit
Protected Friend Sub Persist (name As String)

參數

name
String

與目前 PipeSecurity 物件相關聯之安全物件的名稱。

屬性

適用於

Persist(SafeHandle)

將與目前 PipeSecurity 物件相關聯之安全性描述元 (Security Descriptor) 的指定區段,儲存至永久儲存區 (Permanent Storage)。

protected public:
 void Persist(System::Runtime::InteropServices::SafeHandle ^ handle);
protected internal void Persist (System.Runtime.InteropServices.SafeHandle handle);
[System.Security.SecurityCritical]
protected internal void Persist (System.Runtime.InteropServices.SafeHandle handle);
override this.Persist : System.Runtime.InteropServices.SafeHandle -> unit
[<System.Security.SecurityCritical>]
override this.Persist : System.Runtime.InteropServices.SafeHandle -> unit
Protected Friend Sub Persist (handle As SafeHandle)

參數

handle
SafeHandle

與目前 PipeSecurity 物件相關聯之安全物件的控制代碼。

屬性

適用於