예제 #1
0
 public void Usage()
 {
     Impersonator.RunImpersonatedAction("domain.local", "username", "password", () =>
     {
         //Do something here with account [email protected]
     });
 }