BrickPile.UI.Areas.UI.Controllers.SetupController.GetAuthenticationManager C# (CSharp) Method

GetAuthenticationManager() private method

private GetAuthenticationManager ( ) : IAuthenticationManager
return IAuthenticationManager
        private IAuthenticationManager GetAuthenticationManager()
        {
            return HttpContext.GetOwinContext().Authentication;
        }