コード例 #1
0
 private AuthenticationViaFormAction(CredentialsBinder credentialsBinder,
     CentralAuthenticationService centralAuthenticationService,
     CookieGenerator warnCookieGenerator)
 {
     _credentialsBinder = credentialsBinder;
     _centralAuthenticationService = centralAuthenticationService;
     _warnCookieGenerator = warnCookieGenerator;
 }
コード例 #2
0
 public AuthenticationViaFormAction(CentralAuthenticationService centralAuthenticationService,
                                    CookieGenerator warnCookieGenerator)
     : this(null, centralAuthenticationService, warnCookieGenerator)
 {
 }