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

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public static string GetRedirectURL(
	string openIdServerUrl,
	StringDictionary parameters
)

Parameters

openIdServerUrl
Type: SystemString
A string with OpenID server URL.
parameters
Type: System.Collections.SpecializedStringDictionary
A StringDictionary with the OpenID request parameters.

Return Value

Type: String
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