ln.http/ln.http/IHttpAuthenticationSource.cs

7 lines
184 B
C#

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