我使用的是Live Id和Google作为IP,但我不知道如何使用“注销”按钮。
答案 0 :(得分:2)
来自http://acs.codeplex.com/SourceControl/changeset/view/60691#1067602:
WSFederationAuthenticationModule fam = FederatedAuthentication.WSFederationAuthenticationModule;
try
{
FormsAuthentication.SignOut();
}
finally
{
fam.SignOut(true);
}