Show
Ignore:
Timestamp:
06/03/08 16:00:54 (7 months ago)
Author:
jnorman
Message:

cleanup on c# launcher test code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/digitalme/launchers/csharp/GetToken/Program.cs

    r1891 r1901  
    7979                try 
    8080                { 
    81                     Novell.IdentityModel.Selectors.DigitalMeSelector.GetToken(sRP,  
     81                    byte[] baToken = Novell.IdentityModel.Selectors.DigitalMeSelector.GetToken(sRP,  
    8282                                                        saReq,  
    8383                                                        saOpt, 
    8484                                                        sTokenType); 
     85 
     86                    Console.WriteLine("Token: " + System.Text.Encoding.ASCII.GetString(baToken)); 
    8587                } 
    8688                catch (Exception e)