PipeSecurity.Persist メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の 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 オブジェクトが関連付けられている、セキュリティ設定が可能なオブジェクトのハンドル。
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET