OpenID in WinForm?
问题 Does anybody know of the best (or any) tutorial for OpenID either with or without RPX in a WinForm (.net 2.0 and C#)? 回答1: Since WinForms is a client-side interface, and OpenID requires that you actually run a web server, you'll probably want to just set up a web application somewhere that does the OpenID authentication, then returns some sort of attestation to your application asserting that the user has logged in. Then embed a browser control so the user can log in through this web