Метод | Описание | |
---|---|---|
BaseIdentityController ( ) : System | ||
BaseIdentityController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System | ||
Dispose ( bool disposing ) : void | ||
GetAssignedExternalLogins ( System.Guid userId ) : Task |
||
GetUnassignedExternalLogins ( IList |
protected BaseIdentityController ( ) : System | ||
Результат | System |
protected BaseIdentityController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System | ||
userManager | ApplicationUserManager | |
signInManager | ApplicationSignInManager | |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected GetAssignedExternalLogins ( System.Guid userId ) : Task |
||
userId | System.Guid | |
Результат | Task |
protected GetUnassignedExternalLogins ( IList |
||
userLogins | IList |
|
Результат | IList |