Home
last modified time | relevance | path

Searched refs:RevertToSelf (Results 1 – 25 of 962) sorted by relevance

12345678910>>...39

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/principal/
H A Dwindowsimpersonationcontext.cs67 hr = Win32.RevertToSelf(); in Undo()
71 hr = Win32.RevertToSelf(); in Undo()
98 hr = Win32.RevertToSelf(); in UndoNoThrow()
104 hr = Win32.RevertToSelf(); in UndoNoThrow()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/psutil/arch/windows/
H A Dsecurity.c178 RevertToSelf(); in psutil_set_se_debug()
187 RevertToSelf(); in psutil_set_se_debug()
192 RevertToSelf(); in psutil_set_se_debug()
/dports/www/firefox-legacy/firefox-52.8.0esr/python/psutil/psutil/arch/windows/
H A Dsecurity.c180 RevertToSelf(); in psutil_set_se_debug()
189 RevertToSelf(); in psutil_set_se_debug()
194 RevertToSelf(); in psutil_set_se_debug()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Security.Principal/
H A DWindowsImpersonationContext.cs74 if (!RevertToSelf ()) { in Undo()
95 private extern static bool RevertToSelf (); in RevertToSelf() method in System.Security.Principal.WindowsImpersonationContext
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/ComIntegration/
H A DComPlusAuthorization.cs117 revertSuccess = SafeNativeMethods.RevertToSelf(); in GetAnonymousIdentity()
131 revertSuccess = SafeNativeMethods.RevertToSelf(); in GetAnonymousIdentity()
150 bool revertSuccess = SafeNativeMethods.RevertToSelf(); in GetAnonymousIdentity()
559 public int RevertToSelf() in RevertToSelf() method in System.ServiceModel.ComIntegration.ComPlusServerSecurity
593 RevertToSelf(); in Dispose()
H A DIServerSecurity.cs27 int RevertToSelf(); in RevertToSelf() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DImpersonationContext.cs55 if (UnsafeNativeMethods.RevertToSelf() != 0) { in ImpersonateToken()
79 UnsafeNativeMethods.RevertToSelf(); in RestoreImpersonation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/win/
H A Dlaunch_process_with_token.cc109 CHECK(RevertToSelf()); in CreateSessionToken()
114 CHECK(RevertToSelf()); in CreateSessionToken()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/advapi32/
H A DInterop.RevertToSelf.cs13 internal static extern bool RevertToSelf(); in RevertToSelf() method in Interop.Advapi32
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/golang.org/x/sys/sys-6a60838ec25/windows/
H A Dsyscall_windows_test.go140 err = windows.RevertToSelf()
163 defer windows.RevertToSelf()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/win/
H A Dscoped_impersonation.cc25 CHECK(::RevertToSelf()); in ~ScopedImpersonation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Ipc.Win32/
H A DNamedPipeSocket.cs288 public static bool RevertToSelf() in RevertToSelf() method in System.Runtime.Remoting.Channels.Ipc.Win32.NamedPipeSocket
290 return NamedPipeHelper.RevertToSelf(); in RevertToSelf()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/module_utils/csharp/
H A DAnsible.AccessToken.cs111 public static extern bool RevertToSelf(); in RevertToSelf() method in Ansible.AccessToken.NativeMethods
401 public static void RevertToSelf() in RevertToSelf() method in Ansible.AccessToken.TokenUtil
403 if (!NativeMethods.RevertToSelf()) in RevertToSelf()
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/module_utils/csharp/
H A DAnsible.AccessToken.cs111 public static extern bool RevertToSelf(); in RevertToSelf() method in Ansible.AccessToken.NativeMethods
404 public static void RevertToSelf() in RevertToSelf() method in Ansible.AccessToken.TokenUtil
406 if (!NativeMethods.RevertToSelf()) in RevertToSelf()
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/module_utils/csharp/
H A DAnsible.AccessToken.cs111 public static extern bool RevertToSelf(); in write_to_file_descriptor()
404 public static void RevertToSelf()
406 if (!NativeMethods.RevertToSelf())
/dports/databases/mariadb105-client/mariadb-10.5.15/plugin/auth_pipe/
H A Dauth_pipe.c65 RevertToSelf(); in pipe_auth()
/dports/databases/mariadb104-server/mariadb-10.4.24/plugin/auth_pipe/
H A Dauth_pipe.c65 RevertToSelf(); in pipe_auth()
/dports/databases/mariadb104-client/mariadb-10.4.24/plugin/auth_pipe/
H A Dauth_pipe.c65 RevertToSelf(); in pipe_auth()
/dports/databases/mariadb103-server/mariadb-10.3.34/plugin/auth_pipe/
H A Dauth_pipe.c65 RevertToSelf(); in pipe_auth()
/dports/databases/mariadb103-client/mariadb-10.3.34/plugin/auth_pipe/
H A Dauth_pipe.c65 RevertToSelf(); in pipe_auth()
/dports/databases/mariadb105-server/mariadb-10.5.15/plugin/auth_pipe/
H A Dauth_pipe.c65 RevertToSelf(); in pipe_auth()
/dports/finance/cointop/cointop-1.5.4/vendor/golang.org/x/sys/sys-51ab0e2deafa/windows/
H A Dsyscall_windows_test.go141 err = windows.RevertToSelf()
164 defer windows.RevertToSelf()
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/sys/windows/
H A Dsyscall_windows_test.go141 err = windows.RevertToSelf()
164 defer windows.RevertToSelf()
/dports/security/certmgr/certmgr-3.0.3/vendor/golang.org/x/sys/sys-5ed2794edfdc/windows/
H A Dsyscall_windows_test.go141 err = windows.RevertToSelf()
164 defer windows.RevertToSelf()
/dports/sysutils/gomi/gomi-1.1.1/vendor/golang.org/x/sys/windows/
H A Dsyscall_windows_test.go141 err = windows.RevertToSelf()
164 defer windows.RevertToSelf()

12345678910>>...39