1 write to WindowsIdentity
mscorlib (1)
system\security\principal\windowsidentity.cs (1)
792
sc.
WindowsIdentity
= wi;
8 references to WindowsIdentity
mscorlib (8)
system\security\securitycontext.cs (8)
210
get { return IsNull ? null : m_sc.
WindowsIdentity
; }
480
if (sc.
WindowsIdentity
!= null)
482
scsw.wic = sc.
WindowsIdentity
.Impersonate(ref stackMark);
517
if (
WindowsIdentity
!= null)
518
sc._windowsIdentity = new WindowsIdentity(
WindowsIdentity
.AccessToken);
537
if (this.
WindowsIdentity
!= null)
538
sc._windowsIdentity = new WindowsIdentity(this.
WindowsIdentity
.AccessToken);
696
return (
WindowsIdentity
== null && (CompressedStack == null || CompressedStack.CompressedStackHandle == null));