namespace ln.http { public interface IHttpAuthenticationSource { bool AuthenticatePrincipal(HttpRequestContext requestContext, out HttpPrincipal httpPrincipal); } }