PipeSecurity.Persist 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將與目前 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 物件相關聯之安全物件的控制代碼。
- 屬性