C# Class PhotoHub.WEB.Controllers.ManageController

Inheritance: Controller
Afficher le fichier Open project: maXA1m/photohub-core

Private Properties

Свойство Type Description
AddErrors void
Blocklist IActionResult
Bookmarks IActionResult
ChangeAvatar Task
ChangePassword Task
ChangePassword Task
ChangeTheme IActionResult
ChangeTheme IActionResult
Disable2fa Task
Disable2faWarning Task
EnableAuthenticator Task
EnableAuthenticator Task
ExternalLogins Task
FormatKey string
GenerateQrCodeUri string
GenerateRecoveryCodes Task
GenerateRecoveryCodesWarning Task
Index IActionResult
Index Task
LoadSharedKeyAndQrCodeUriAsync Task
RemoveLogin Task
ResetAuthenticator Task
ResetAuthenticatorWarning IActionResult
SendVerificationEmail Task
SetPassword Task
SetPassword Task
ShowRecoveryCodes IActionResult
TwoFactorAuthentication Task

Méthodes publiques

Méthode Description
ManageController ( UserManager userManager, SignInManager signInManager, IEmailSender emailSender, ILogger logger, UrlEncoder urlEncoder, IUsersService usersService, IHostingEnvironment environment ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddErrors ( IdentityResult result ) : void
Blocklist ( ) : IActionResult
Bookmarks ( ) : IActionResult
ChangeAvatar ( IFormFile avatar, string userName ) : Task
ChangePassword ( ) : Task
ChangePassword ( ChangePasswordViewModel model ) : Task
ChangeTheme ( ) : IActionResult
ChangeTheme ( int theme, int accent ) : IActionResult
Disable2fa ( ) : Task
Disable2faWarning ( ) : Task
EnableAuthenticator ( ) : Task
EnableAuthenticator ( EnableAuthenticatorViewModel model ) : Task
ExternalLogins ( ) : Task
FormatKey ( string unformattedKey ) : string
GenerateQrCodeUri ( string email, string unformattedKey ) : string
GenerateRecoveryCodes ( ) : Task
GenerateRecoveryCodesWarning ( ) : Task
Index ( ) : IActionResult
Index ( IndexViewModel model ) : Task
LoadSharedKeyAndQrCodeUriAsync ( ApplicationUser user, EnableAuthenticatorViewModel model ) : Task
RemoveLogin ( RemoveLoginViewModel model ) : Task
ResetAuthenticator ( ) : Task
ResetAuthenticatorWarning ( ) : IActionResult
SendVerificationEmail ( IndexViewModel model ) : Task
SetPassword ( ) : Task
SetPassword ( SetPasswordViewModel model ) : Task
ShowRecoveryCodes ( ) : IActionResult
TwoFactorAuthentication ( ) : Task

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ManageController() public méthode

public ManageController ( UserManager userManager, SignInManager signInManager, IEmailSender emailSender, ILogger logger, UrlEncoder urlEncoder, IUsersService usersService, IHostingEnvironment environment ) : System
userManager UserManager
signInManager SignInManager
emailSender IEmailSender
logger ILogger
urlEncoder UrlEncoder
usersService IUsersService
environment IHostingEnvironment
Résultat System