示例#1
0
 protected void cmdSignOut_Click(object sender, EventArgs e)
 {
     FormsAuthentication.SignOut();
     FormsAuthentication.RedirectToLoginPage();
     LdapAuthentication.Clear();
 }