PipeSecurity::Persist Method (SafeHandle^)

 

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(
	SafeHandle^ handle
)

Parameters

handle
Type: System.Runtime.InteropServices::SafeHandle^

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

.NET Framework
Available since 3.5
Return to top
Show: