2
我使用Live ID和Google作爲IP,但我不知道如何使註銷按鈕正常工作。Azure AppFabric訪問控制服務註銷
我使用Live ID和Google作爲IP,但我不知道如何使註銷按鈕正常工作。Azure AppFabric訪問控制服務註銷
從http://acs.codeplex.com/SourceControl/changeset/view/60691#1067602:
WSFederationAuthenticationModule fam = FederatedAuthentication.WSFederationAuthenticationModule;
try
{
FormsAuthentication.SignOut();
}
finally
{
fam.SignOut(true);
}