예제 #1
0
 public AuthenticationService(IRequest request, IOutputWriter outputWriter, BasicAuthenticationCookieConfiguration basicAuthenticationCookieConfiguration, IEncryptionService encryptionService)
 {
     this.request = request;
     this.outputWriter = outputWriter;
     this.basicAuthenticationCookieConfiguration = basicAuthenticationCookieConfiguration;
     this.encryptionService = encryptionService;
 }
 public BasicAuthenticationConfiguration(BasicAuthenticationCookieConfiguration basicAuthenticationCookieConfiguration)
 {
     this.basicAuthenticationCookieConfiguration = basicAuthenticationCookieConfiguration;
 }