C# 클래스 HealthInformationProgram.Security.UserLogin

파일 보기 프로젝트 열기: MedicalTeams/Hip_Admin

공개 메소드들

메소드 설명
EncryptDecryptPassword ( string textToEncrypt ) : string
IsValidUserName ( string userName ) : bool
LoginUser ( string userName, string password ) : bool

메소드 상세

EncryptDecryptPassword() 공개 정적인 메소드

public static EncryptDecryptPassword ( string textToEncrypt ) : string
textToEncrypt string
리턴 string

IsValidUserName() 공개 정적인 메소드

public static IsValidUserName ( string userName ) : bool
userName string
리턴 bool

LoginUser() 공개 정적인 메소드

public static LoginUser ( string userName, string password ) : bool
userName string
password string
리턴 bool