PipeSecurity::Persist Method (String^)

 

Saves the specified sections of the security descriptor that is associated with the current PipeSecurity object to permanent storage.

Namespace:   System.IO.Pipes
Assembly:  System.Core (in System.Core.dll)

public protected:
[SecurityCriticalAttribute]
[SecurityPermissionAttribute(SecurityAction::Assert, UnmanagedCode = true)]
void Persist(
	String^ name
)

Parameters

name
Type: System::String^

The name of the securable object that the current PipeSecurity object is associated with.

.NET Framework
Available since 3.5
Return to top
Show: