MailBee.NET Objects 7.2

OpenID.GetRedirectURL Method 

Gets the URL on an OpenID server where your web application should redirect the user's browser to.

public static string GetRedirectURL(
   string openIdServerUrl,
   StringDictionary parameters
);

Parameters

openIdServerUrl
A string with OpenID server URL.
parameters
A StringDictionary with the OpenID request parameters.

Return Value

A string containing the URL of the authorization page on the OpenID server.

Remarks

You'll redirect the user to this page on the OpenID server where the user will be able to grant permissions to your web application.

See Also

OpenID Class | MailBee Namespace