메소드 | 설명 | |
---|---|---|
Configuration ( IAppBuilder app ) : void | ||
ConfigureAuth ( IAppBuilder app ) : void | ||
ConfigureContainer ( IAppBuilder app ) : void | ||
CreateApplicationRoleManager ( IdentityFactoryOptions |
||
CreateApplicationSignInManager ( IdentityFactoryOptions |
||
CreateApplicationUserManager ( IdentityFactoryOptions |
메소드 | 설명 | |
---|---|---|
CreateContainer ( ) : IContainer | ||
RegisterApplicationData ( |
||
RegisterDALs ( |
||
RegisterIdentity ( |
||
RegisterMvc ( |
||
RegisterServices ( |
||
SetMvcDependencyResolver ( IContainer container ) : void |
Sets the ASP.NET MVC dependency resolver.
|
|
SetWebApiDependencyResolver ( IContainer container ) : void |
Sets the ASP.NET WebApi dependency resolver.
|
public static ConfigureContainer ( IAppBuilder app ) : void | ||
app | IAppBuilder | |
리턴 | void |
public static CreateApplicationRoleManager ( IdentityFactoryOptions |
||
options | IdentityFactoryOptions |
|
context | IOwinContext | |
리턴 | ApplicationRoleManager |
public static CreateApplicationSignInManager ( IdentityFactoryOptions |
||
options | IdentityFactoryOptions |
|
context | IOwinContext | |
리턴 | ApplicationSignInManager |
public static CreateApplicationUserManager ( IdentityFactoryOptions |
||
options | IdentityFactoryOptions |
|
context | IOwinContext | |
리턴 | ApplicationUserManager |