Azure AppFabric访问控制服务注销

时间:2011-04-13 15:42:08

标签: azure-appfabric acs

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

1 个答案:

答案 0 :(得分:2)

来自http://acs.codeplex.com/SourceControl/changeset/view/60691#1067602

WSFederationAuthenticationModule fam = FederatedAuthentication.WSFederationAuthenticationModule;

try
{
    FormsAuthentication.SignOut();
}
finally
{
    fam.SignOut(true); 
}