Base:
method
Persist
System.Security.AccessControl.ObjectSecurity.Persist(System.Runtime.InteropServices.SafeHandle, System.Security.AccessControl.AccessControlSections)
6 references to Persist
Microsoft.Win32.Registry (1)
System\Security\AccessControl\RegistrySecurity.cs (1)
171Persist(hKey, persistRules);
System.IO.FileSystem.AccessControl (1)
System\Security\AccessControl\FileSystemSecurity.cs (1)
140Persist(handle, persistRules);
System.Security.AccessControl (1)
System\Security\AccessControl\ObjectSecurityT.cs (1)
311base.Persist(handle, persistRules);
System.Threading.AccessControl (3)
System\Security\AccessControl\EventWaitHandleSecurity.cs (1)
187base.Persist(handle, persistSections);
System\Security\AccessControl\MutexSecurity.cs (1)
178base.Persist(handle, persistSections);
System\Security\AccessControl\SemaphoreSecurity.cs (1)
172base.Persist(handle, persistSections);