How can I logout when using FormsAuthentication?

VB.NET

FormsAuthentication.SignOut()

C#

FormsAuthentication.SignOut();