C# 클래스 Affecto.Authentication.Passwords.Password

파일 보기 프로젝트 열기: affecto/dotnet-Authentication.Passwords 1 사용 예제들

공개 메소드들

메소드 설명
Hash ( ) : string
MatchTo ( string hashedPassword ) : PasswordMatch
Password ( string password ) : System

비공개 메소드들

메소드 설명
Password ( IPasswordHasher passwordHasher, string password ) : System

메소드 상세

Hash() 공개 메소드

public Hash ( ) : string
리턴 string

MatchTo() 공개 메소드

public MatchTo ( string hashedPassword ) : PasswordMatch
hashedPassword string
리턴 PasswordMatch

Password() 공개 메소드

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