Support for DLU by allowing luid's to be passed by the system process.
This commit is contained in:
		| @@ -48,6 +48,10 @@ namespace TestClientAuth | ||||
|  | ||||
| 			try | ||||
| 			{ | ||||
|  | ||||
| 				WinLuid luid = new WinLuid(1234, 5678); | ||||
| 				Authtoken.ObtainAuthToken("testService", args[0], luid); | ||||
|  | ||||
| 				byte[] baToken = Authtoken.ObtainAuthToken("testService", args[0]); | ||||
| 				Console.WriteLine("Token returned: ("+ baToken.Length + ")"); | ||||
| 				for (int i=0; i<baToken.Length; i++) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user