TypeKeySecurity library documentation

TypeKeyIdentity.LogoutUser Method (String)

Clear authentication cookies and redirect to TypeKey logout url.

public void LogoutUser(
   string returnUrl
);

Parameters

returnUrl
Where the user should be returned after getting logged out.

Remarks

Returns back to the returnUrl with logout=1.

See Also

TypeKeyIdentity Class | TypeKeySecurity Namespace | TypeKeyIdentity.LogoutUser Overload List