C# 클래스 MvcSample.Domain.Entities.Password

파일 보기 프로젝트 열기: AlexanderByndyu/ByndyuSoft.Infrastructure 1 사용 예제들

공개 메소드들

메소드 설명
Check ( string oldPassword ) : bool
Password ( string password ) : System

비공개 메소드들

메소드 설명
HashPassword ( string password, string salt ) : string
MakeSalt ( ) : string
Password ( ) : System

메소드 상세

Check() 공개 메소드

public Check ( string oldPassword ) : bool
oldPassword string
리턴 bool

Password() 공개 메소드

public Password ( string password ) : System
password string
리턴 System