Changeset 1891
- Timestamp:
- 06/03/08 12:04:44 (2 years ago)
- Location:
- trunk/digitalme/launchers/csharp
- Files:
-
- 4 added
- 2 modified
-
CMakeLists.txt (added)
-
GetToken/CMakeLists.txt (added)
-
GetToken/Program.cs (modified) (3 diffs)
-
Novell.IdentityModel.Selectors/CMakeLists.txt (added)
-
Novell.IdentityModel.Selectors/Properties/assemblyinfo.cs (modified) (1 diff)
-
configure (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/digitalme/launchers/csharp/GetToken/Program.cs
r1885 r1891 48 48 Console.WriteLine("(R)equired, (O)ptional, (I)gnored, (Q)uit "); 49 49 50 ConsoleKeyInfo key = Console.ReadKey();50 System.ConsoleKeyInfo key = Console.ReadKey(); 51 51 Console.WriteLine(); 52 52 … … 79 79 try 80 80 { 81 //Novell.DigitalMe.Selector.GetBrowserToken(sRP, saRequiredClaims, saOptClaims, sTokenType);82 81 Novell.IdentityModel.Selectors.DigitalMeSelector.GetToken(sRP, 83 82 saReq, … … 89 88 Console.WriteLine(e.ToString()); 90 89 } 91 92 90 93 91 } 94 92 } -
trunk/digitalme/launchers/csharp/Novell.IdentityModel.Selectors/Properties/assemblyinfo.cs
r1885 r1891 9 9 [assembly: AssemblyDescription("")] 10 10 [assembly: AssemblyConfiguration("")] 11 [assembly: AssemblyCompany(" Microsoft")]11 [assembly: AssemblyCompany("Novell")] 12 12 [assembly: AssemblyProduct("Novell.IdentityModel.Selectors")] 13 [assembly: AssemblyCopyright("Copyright © Microsoft2008")]13 [assembly: AssemblyCopyright("Copyright © Novell 2008")] 14 14 [assembly: AssemblyTrademark("")] 15 15 [assembly: AssemblyCulture("")]