PipeSecurity.Persist 方法
定义
将与当前 PipeSecurity 对象关联的安全描述符的指定部分保存到永久性存储器。Saves the specified sections of the security descriptor that is associated with the current PipeSecurity object to permanent storage.
重载
| Persist(String) |
将与当前 PipeSecurity 对象关联的安全描述符的指定部分保存到永久性存储器。Saves the specified sections of the security descriptor that is associated with the current PipeSecurity object to permanent storage. |
| Persist(SafeHandle) |
将与当前 PipeSecurity 对象关联的安全描述符的指定部分保存到永久性存储器。Saves the specified sections of the security descriptor that is associated with the current PipeSecurity object to permanent storage. |
Persist(String)
将与当前 PipeSecurity 对象关联的安全描述符的指定部分保存到永久性存储器。Saves the specified sections of the security descriptor that is associated with the current PipeSecurity object to 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 对象关联的可保护对象的名称。The name of the securable object that the current PipeSecurity object is associated with.
- 属性
适用于
Persist(SafeHandle)
将与当前 PipeSecurity 对象关联的安全描述符的指定部分保存到永久性存储器。Saves the specified sections of the security descriptor that is associated with the current PipeSecurity object to 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 对象关联的可保护对象的句柄。The handle of the securable object that the current PipeSecurity object is associated with.
- 属性