예제 #1
0
 /// <summary>
 /// Destroys the authentication ticket.
 /// </summary>
 public void DestroyAuthenticationTicket(MyEventsIdentity identity)
 {
     _thirdPartyLoginService.LogOut(identity);
     FormsAuthentication.SignOut();
 }