Hello!
I'm trying to use OpenID on my Windows Form application. Is there any way to use it? A web service or something simillar?
The application runs on a Windows Mobile 5.0 and above, with C# and Compact Framework 2.0 SP2.
Thank you!
Hello!
I'm trying to use OpenID on my Windows Form application. Is there any way to use it? A web service or something simillar?
The application runs on a Windows Mobile 5.0 and above, with C# and Compact Framework 2.0 SP2.
Thank you!
OpenID does not apply to desktop or mobile apps -- only web apps. For authenticating users to web services that a winforms app (mobile or otherwise) needs to access on behalf of the user, read up on OAuth, which is targeted at just this scenario.