C# 클래스 NetPonto.Infrastructure.Authentication.AspMembershipAuthentication

상속: IUserAuthentication
파일 보기 프로젝트 열기: JorgeMCSilva/NetPonto

공개 메소드들

메소드 설명
RegisterUser ( string email, string passwd ) : bool

비공개 메소드들

메소드 설명
IUserAuthentication ( string email ) : System.Guid
IUserAuthentication ( ) : bool
IUserAuthentication ( string feature ) : bool
IUserAuthentication ( string username, string password ) : bool
IUserAuthentication ( ) : string[]

메소드 상세

RegisterUser() 공개 메소드

public RegisterUser ( string email, string passwd ) : bool
email string
passwd string
리턴 bool