TypeKeySecurity library documentation

TypeKeyIdentity.LoginUrl Method

Build a url to send the user to the Typekey server to get authenticated, with the return url set to the current page.

Overload List

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);

See Also

TypeKeyIdentity Class | TypeKeySecurity Namespace