2

我使用 Live Id 和 Google 作为 IP,但我不知道如何使注销按钮起作用。

4

1 回答 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 回答