TypeKeySecurity library documentation

TypeKeyIdentity.LoginUser Method (Boolean)

Redirect the user to the Typekey server to get authenticated, with the return url set to the current page.

public void LoginUser(
   bool needEmail
);

Parameters

needEmail
Whether you are requesting the cleartext version of the user's email.

Remarks

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

See Also

TypeKeyIdentity Class | TypeKeySecurity Namespace | TypeKeyIdentity.LoginUser Overload List