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