c# wrapper updates, etc.

This commit is contained in:
Jim Norman
2006-08-18 17:41:08 +00:00
parent 169e3a389d
commit 2ec99203a2
7 changed files with 98 additions and 93 deletions

View File

@@ -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());