PipeSecurity.Persist Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves the specified sections of the security descriptor that is associated with the current PipeSecurity object to permanent storage.
Overloads
Persist(String) |
Saves the specified sections of the security descriptor that is associated with the current PipeSecurity object to permanent storage. |
Persist(SafeHandle) |
Saves the specified sections of the security descriptor that is associated with the current PipeSecurity object to permanent storage. |
Persist(String)
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)
Parameters
- name
- String
The name of the securable object that the current PipeSecurity object is associated with.
- Attributes
Applies to
Persist(SafeHandle)
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)
Parameters
- handle
- SafeHandle
The handle of the securable object that the current PipeSecurity object is associated with.
- Attributes