Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <identity impersonate="true"/>
  2.  
  3. <identity impersonate="true"/>
  4.  
  5. System.Security.Principal.WindowsImpersonationContext impersonationContext;
  6. impersonationContext =
  7. ((System.Security.Principal.WindowsIdentity)User.Identity).Impersonate();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement