Inheritance: IUserAuthenticator
コード例 #1
0
 public ContactAuthenticationService(IFormsAuthenticationService formsAuthentication, ContactAuthenticator agentAuthenticator, IAuthenticationSignOutService signOutService)
 {
     _formsAuthentication = formsAuthentication;
     _agentAuthenticator = agentAuthenticator;
     _signOutService = signOutService;
 }
コード例 #2
0
 public ContactAuthenticationService(IFormsAuthenticationService formsAuthentication, ContactAuthenticator agentAuthenticator, IClarifySessionCache sessionCache)
 {
     _formsAuthentication = formsAuthentication;
     _agentAuthenticator  = agentAuthenticator;
     _sessionCache        = sessionCache;
 }
コード例 #3
0
 public ContactAuthenticationService(IFormsAuthenticationService formsAuthentication, ContactAuthenticator agentAuthenticator, IClarifySessionCache sessionCache)
 {
     _formsAuthentication = formsAuthentication;
     _agentAuthenticator = agentAuthenticator;
     _sessionCache = sessionCache;
 }