4 references to GetCurrentInternal
mscorlib (4)
system\security\principal\windowsidentity.cs (3)
266
return
GetCurrentInternal
(TokenAccessLevels.MaximumAllowed, false);
272
return
GetCurrentInternal
(TokenAccessLevels.MaximumAllowed, ifImpersonating);
278
return
GetCurrentInternal
(desiredAccess, false);
system\security\securitycontext.cs (1)
646
return WindowsIdentity.
GetCurrentInternal
(TokenAccessLevels.MaximumAllowed, true);