示例#1
0
 /// <summary>
 /// Processes the sign out.
 /// </summary>
 /// <param name="httpContext">The HTTP context.</param>
 public void ProcessSignOut(HttpContextBase httpContext)
 {
     CookieManager.RemoveCustomAccountProviderValueFromCookie(new Framework.Cryptography.Identifier(AccountProviderId));
 }