ExtremeSwank OpenID
CreateRequest Method
NamespacesExtremeSwank.OpenIdOpenIdClientCreateRequest()()()
Creates the redirect URL for the OpenID authentication request, and, if in an ASP.NET context, will automatically redirects the user's web browser to the OpenID Provider.
Declaration Syntax
C#Visual BasicVisual C++
public Uri CreateRequest()
Public Function CreateRequest As Uri
public:
Uri^ CreateRequest()
Return Value
The redirect URL string that should be launched by the user's web browser.
Remarks
Uses standard "checkid_setup" mode for authentication. If user is not logged in to the OpenID Provider, the Provider is able to interact as needed.

Assembly: ExtremeSwank.OpenId (Module: ExtremeSwank.OpenId) Version: 4.0.0.1 (4.0.0.1)