C# Class OwinSelfHosting.AuthService

Inheritance: OwinSelfHosting.IAuthService
显示文件 Open project: BredStik/OWIN.Windsor.DependencyResolverScopeMiddleware

Public Methods

Method Description
AuthService ( ISession session ) : NHibernate
Authenticate ( string userName ) : IPrincipal

Method Details

AuthService() public method

public AuthService ( ISession session ) : NHibernate
session ISession
return NHibernate

Authenticate() public method

public Authenticate ( string userName ) : IPrincipal
userName string
return IPrincipal