我使用 Live Id 和 Google 作为 IP,但我不知道如何使注销按钮起作用。
问问题
1322 次
1 回答
2
从http://acs.codeplex.com/SourceControl/changeset/view/60691#1067602:
WSFederationAuthenticationModule fam = FederatedAuthentication.WSFederationAuthenticationModule;
try
{
FormsAuthentication.SignOut();
}
finally
{
fam.SignOut(true);
}
于 2011-04-13T15:50:53.983 回答