TypeKeySecurity library documentation

TypeKeyIdentity.MakeLogoutCookie Method 

Clear the authentication cookie.

public static HttpCookie MakeLogoutCookie();

Return Value

A cookie that expires the authentication cookie and blanks it out.

Remarks

Only useful if you want to write your own sign-out code.

See Also

TypeKeyIdentity Class | TypeKeySecurity Namespace