コード例 #1
0
ファイル: IdentityConfig.cs プロジェクト: rehee/sdhc.sql.mvc5
 public static ApplicationUserManagerG <TUser> Create <T>(IdentityFactoryOptions <ApplicationUserManagerG <TUser> > options, IOwinContext context) where T : DbContext
 {
     return(ApplicationUserManagerG <TUser> .GetManager <ApplicationUserManagerG <TUser>, T>(options.DataProtectionProvider, context));
 }
コード例 #2
0
ファイル: IdentityConfig.cs プロジェクト: rehee/sdhc.sql.mvc5
 public ApplicationSignInManagerG(ApplicationUserManagerG <TUser> userManager, IAuthenticationManager authenticationManager)
     : base(userManager, authenticationManager)
 {
 }