コード例 #1
0
 public WindowsAuthentication(IAuthenticationSession session, IWindowsPrincipalHandler handler, ILoginAuditor auditor)
 {
     _session = session;
     _handler = handler;
     _auditor = auditor;
 }
コード例 #2
0
 public WindowsAuthentication(IAuthenticationSession session, IWindowsPrincipalHandler handler, ILoginAuditor auditor)
 {
     _session = session;
     _handler = handler;
     _auditor = auditor;
 }