C# 클래스 afeprojectnameControllers.AccountController

상속: ApiController
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

Private Properties

프로퍼티 타입 설명
AddErrors void
AddExternalLogin Task
ChangePassword Task
ConfirmEmail Task
ExternalLogin ActionResult
ExternalLoginCallback Task
ExternalLoginConfirmation Task
ExternalLoginFailure ActionResult
ForgotPassword ActionResult
ForgotPassword Task
ForgotPasswordConfirmation ActionResult
GetErrorResult IHttpActionResult
GetExternalLogin Task
GetExternalLogins IEnumerable
GetManageInfo Task
GetUserInfo UserInfoViewModel
LogOff ActionResult
Login ActionResult
Login Task
Logout IHttpActionResult
RedirectToLocal ActionResult
Register ActionResult
Register Task
Register Task
RegisterExternal Task
RemoveLogin Task
ResetPassword ActionResult
ResetPassword Task
ResetPasswordConfirmation ActionResult
SendCode Task
SendCode Task
SetPassword Task
VerifyCode Task
VerifyCode Task

공개 메소드들

메소드 설명
AccountController ( ) : System
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System
AccountController ( ApplicationUserManager userManager, ISecureDataFormat accessTokenFormat ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
AddExternalLogin ( AddExternalLoginBindingModel model ) : Task
ChangePassword ( ChangePasswordBindingModel model ) : Task
ConfirmEmail ( string userId, string code ) : Task
ExternalLogin ( string provider, string returnUrl ) : ActionResult
ExternalLoginCallback ( string returnUrl ) : Task
ExternalLoginConfirmation ( Microsoft.AspNet.Identity.EntityFramework.ExternalLoginConfirmationViewModel model, string returnUrl ) : Task
ExternalLoginFailure ( ) : ActionResult
ForgotPassword ( ) : ActionResult
ForgotPassword ( Microsoft.AspNet.Identity.EntityFramework.ForgotPasswordViewModel model ) : Task
ForgotPasswordConfirmation ( ) : ActionResult
GetErrorResult ( Microsoft.AspNet.Identity.IdentityResult result ) : IHttpActionResult
GetExternalLogin ( string provider, string error = null ) : Task
GetExternalLogins ( string returnUrl, bool generateState = false ) : IEnumerable
GetManageInfo ( string returnUrl, bool generateState = false ) : Task
GetUserInfo ( ) : UserInfoViewModel
LogOff ( ) : ActionResult
Login ( string returnUrl ) : ActionResult
Login ( Microsoft.AspNet.Identity.EntityFramework.LoginViewModel model, string returnUrl ) : Task
Logout ( ) : IHttpActionResult
RedirectToLocal ( string returnUrl ) : ActionResult
Register ( ) : ActionResult
Register ( Microsoft.AspNet.Identity.EntityFramework.RegisterViewModel model ) : Task
Register ( RegisterBindingModel model ) : Task
RegisterExternal ( RegisterExternalBindingModel model ) : Task
RemoveLogin ( RemoveLoginBindingModel model ) : Task
ResetPassword ( string code ) : ActionResult
ResetPassword ( Microsoft.AspNet.Identity.EntityFramework.ResetPasswordViewModel model ) : Task
ResetPasswordConfirmation ( ) : ActionResult
SendCode ( Microsoft.AspNet.Identity.EntityFramework.SendCodeViewModel model ) : Task
SendCode ( string returnUrl, bool rememberMe ) : Task
SetPassword ( SetPasswordBindingModel model ) : Task
VerifyCode ( Microsoft.AspNet.Identity.EntityFramework.VerifyCodeViewModel model ) : Task
VerifyCode ( string provider, string returnUrl, bool rememberMe ) : Task

메소드 상세

AccountController() 공개 메소드

public AccountController ( ) : System
리턴 System

AccountController() 공개 메소드

public AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System
userManager ApplicationUserManager
signInManager ApplicationSignInManager
리턴 System

AccountController() 공개 메소드

public AccountController ( ApplicationUserManager userManager, ISecureDataFormat accessTokenFormat ) : System
userManager ApplicationUserManager
accessTokenFormat ISecureDataFormat
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void