C# Class Epiworx.Business.Security.Helpers.PasswordHelper

Afficher le fichier Open project: mattruma/epiworx-csla

Méthodes publiques

Méthode Description
GetRandomPassword ( int length ) : string
GetSalt ( int length ) : string
Salt ( string salt, string password ) : string

Private Methods

Méthode Description
ComparePasswords ( string salt, string password, string storedPassword ) : bool
Validate ( string password ) : bool

Method Details

GetRandomPassword() public static méthode

public static GetRandomPassword ( int length ) : string
length int
Résultat string

GetSalt() public static méthode

public static GetSalt ( int length ) : string
length int
Résultat string

Salt() public static méthode

public static Salt ( string salt, string password ) : string
salt string
password string
Résultat string