TypeKeySecurity library documentation

TypeKeyIdentity.LoginUser Method (Boolean, String)

Redirect the user to the Typekey server to get authenticated.

public void LoginUser(
   bool needEmail,
   string returnUrl
);

Parameters

needEmail
Whether you are requesting the cleartext version of the user's email.
returnUrl
Specify the return url you need.

Remarks

Use this for pages that require the user to be logged in.

See Also

TypeKeyIdentity Class | TypeKeySecurity Namespace | TypeKeyIdentity.LoginUser Overload List