/// <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)); }