public ContactAuthenticationService(IFormsAuthenticationService formsAuthentication, ContactAuthenticator agentAuthenticator, IAuthenticationSignOutService signOutService) { _formsAuthentication = formsAuthentication; _agentAuthenticator = agentAuthenticator; _signOutService = signOutService; }
public ContactAuthenticationService(IFormsAuthenticationService formsAuthentication, ContactAuthenticator agentAuthenticator, IClarifySessionCache sessionCache) { _formsAuthentication = formsAuthentication; _agentAuthenticator = agentAuthenticator; _sessionCache = sessionCache; }