From cc0235262ca813ff359edf054401e0c3b23b152b Mon Sep 17 00:00:00 2001 From: antiduh Date: Fri, 20 Jun 2014 18:07:15 +0000 Subject: [PATCH] Done screwing with WindowsPrinciple. Switch to CredTest again for the remaining development. --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 0d5e758..dc35a5d 100644 --- a/Program.cs +++ b/Program.cs @@ -14,7 +14,7 @@ namespace NSspi { public static void Main( string[] args ) { - IdentTest(); + CredTest(); } private static void IdentTest()