c# wrapper updates, etc.
This commit is contained in:
		| @@ -25,7 +25,7 @@ namespace TestClientAuth | ||||
| 			try | ||||
| 			{ | ||||
| 				byte[] baToken = Authtoken.ObtainAuthToken("testService", args[0]); | ||||
| 				Console.WriteLine("Token returned:"); | ||||
| 				Console.WriteLine("Token returned: ("+ baToken.Length + ")"); | ||||
| 				for (int i=0; i<baToken.Length; i++) | ||||
| 				{ | ||||
| 					Console.Write(baToken[i].ToString()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user