Build a url to send the user to the Typekey server to get authenticated, with the return url set to the current page.
Build a url to send the user to the Typekey server to get authenticated, with the return url set to the current page.
public string LoginUrl(bool);
Build a url to send the user to the Typekey server to get authenticated.
public string LoginUrl(bool,string);