C# 클래스 Masonry.Services.SecurityService

상속: ISecurityService
파일 보기 프로젝트 열기: DenisVuyka/Masonry

공개 메소드들

메소드 설명
ChangePassword ( string userName, string currentPassword, string newPassword ) : bool
ConfirmAccount ( string accountConfirmationToken ) : bool
CreateUserAndAccount ( string account, string password, string email, string name, bool requireConfirmation = false ) : void
Login ( string userName, string password, bool persistCookie = false ) : bool
Logout ( ) : void

비공개 메소드들

메소드 설명
SendRegistrationConfirmationEmail ( string email, string confirmationToken ) : void

메소드 상세

ChangePassword() 공개 메소드

public ChangePassword ( string userName, string currentPassword, string newPassword ) : bool
userName string
currentPassword string
newPassword string
리턴 bool

ConfirmAccount() 공개 메소드

public ConfirmAccount ( string accountConfirmationToken ) : bool
accountConfirmationToken string
리턴 bool

CreateUserAndAccount() 공개 메소드

public CreateUserAndAccount ( string account, string password, string email, string name, bool requireConfirmation = false ) : void
account string
password string
email string
name string
requireConfirmation bool
리턴 void

Login() 공개 메소드

public Login ( string userName, string password, bool persistCookie = false ) : bool
userName string
password string
persistCookie bool
리턴 bool

Logout() 공개 메소드

public Logout ( ) : void
리턴 void