C# Class Emergy.Core.Services.UserKeyService

Inheritance: Microsoft.AspNet.Identity.PasswordHasher, IUserKeyService
Afficher le fichier Open project: gboduljak/Emergy Class Usage Examples

Méthodes publiques

Méthode Description
GenerateRandomKey ( ) : string
HashKey ( string key ) : string
UserKeyService ( ) : System
VerifyKeys ( string hashedKey, string providedKey ) : bool

Method Details

GenerateRandomKey() public méthode

public GenerateRandomKey ( ) : string
Résultat string

HashKey() public méthode

public HashKey ( string key ) : string
key string
Résultat string

UserKeyService() public méthode

public UserKeyService ( ) : System
Résultat System

VerifyKeys() public méthode

public VerifyKeys ( string hashedKey, string providedKey ) : bool
hashedKey string
providedKey string
Résultat bool