次の方法で共有


PipeSecurity.Persist メソッド

定義

現在の PipeSecurity オブジェクトに関連付けられているセキュリティ記述子の指定したセクションを、永続的なストレージに保存します。

オーバーロード

Persist(String)

現在の PipeSecurity オブジェクトに関連付けられているセキュリティ記述子の指定したセクションを、永続的なストレージに保存します。

Persist(SafeHandle)

現在の PipeSecurity オブジェクトに関連付けられているセキュリティ記述子の指定したセクションを、永続的なストレージに保存します。

Persist(String)

現在の PipeSecurity オブジェクトに関連付けられているセキュリティ記述子の指定したセクションを、永続的なストレージに保存します。

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 オブジェクトに関連付けられているセキュリティ記述子の指定したセクションを、永続的なストレージに保存します。

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 オブジェクトが関連付けられている、セキュリティ設定が可能なオブジェクトのハンドル。

属性

適用対象