C# 클래스 Emergy.Core.Services.UserKeyService

상속: Microsoft.AspNet.Identity.PasswordHasher, IUserKeyService
파일 보기 프로젝트 열기: gboduljak/Emergy 1 사용 예제들

공개 메소드들

메소드 설명
GenerateRandomKey ( ) : string
HashKey ( string key ) : string
UserKeyService ( ) : System
VerifyKeys ( string hashedKey, string providedKey ) : bool

메소드 상세

GenerateRandomKey() 공개 메소드

public GenerateRandomKey ( ) : string
리턴 string

HashKey() 공개 메소드

public HashKey ( string key ) : string
key string
리턴 string

UserKeyService() 공개 메소드

public UserKeyService ( ) : System
리턴 System

VerifyKeys() 공개 메소드

public VerifyKeys ( string hashedKey, string providedKey ) : bool
hashedKey string
providedKey string
리턴 bool