[corlib] EventWaitHandle from referencesource
[mono.git] / mcs / class / corlib / System.Security.AccessControl / NativeObjectSecurity.cs
index 7e83a6cacf0a297bccf6973c93a0762b405fe84f..b951a8141d5d38927a3798202cdfae98f9751474 100644 (file)
@@ -129,6 +129,11 @@ namespace System.Security.AccessControl
                {
                        Persist (name, includeSections, null);
                }
+
+               internal void Persist (SafeHandle handle)
+               {
+                       PersistModifications (handle);
+               }
                
                internal void PersistModifications (SafeHandle handle)
                {