Example #1
0
 // This test requires Windows TCB to operate which only happens when running as SYSTEM
 // As such this is a manual test that should only be when the environment is set up correctly
 //
 // [TestMethod]
 public static void LsaConnectTrusted()
 {
     using (var interop = LsaInterop.RegisterLogonProcess("KerbNetTests"))
     {
         Assert.IsNotNull(interop);
     }
 }