C# 클래스 Tigwi.Auth.PasswordAuth

Authenticate an user using a username and a password
파일 보기 프로젝트 열기: ismaelbelghiti/Tigwi 1 사용 예제들

공개 메소드들

메소드 설명
Authenticate ( ) : System.Guid
HashPassword ( string password ) : byte[]
PasswordAuth ( IStorage storage, string username, string password ) : System

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( ) : System.Guid
리턴 System.Guid

HashPassword() 공개 정적인 메소드

public static HashPassword ( string password ) : byte[]
password string
리턴 byte[]

PasswordAuth() 공개 메소드

public PasswordAuth ( IStorage storage, string username, string password ) : System
storage IStorage
username string
password string
리턴 System