ln.http/ln.http/IHttpAuthenticationSource.cs

7 lines
174 B
C#

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