C# Class Pluton.CryptoExtensions

Afficher le fichier Open project: Notulp/Pluton Class Usage Examples

Méthodes publiques

Méthode Description
GetMD5Hash ( MD5 md5Hash, byte input ) : string
GetMD5Hash ( MD5 md5Hash, string input ) : string
Init ( ) : void
VerifyMD5Hash ( MD5 md5Hash, byte input, string hash ) : bool
VerifyMD5Hash ( MD5 md5Hash, string input, string hash ) : bool
VerifyMD5Hash ( this input ) : bool
VerifyMD5Hash ( this input, string hash ) : bool

Method Details

GetMD5Hash() public static méthode

public static GetMD5Hash ( MD5 md5Hash, byte input ) : string
md5Hash MD5
input byte
Résultat string

GetMD5Hash() public static méthode

public static GetMD5Hash ( MD5 md5Hash, string input ) : string
md5Hash MD5
input string
Résultat string

Init() public static méthode

public static Init ( ) : void
Résultat void

VerifyMD5Hash() public static méthode

public static VerifyMD5Hash ( MD5 md5Hash, byte input, string hash ) : bool
md5Hash MD5
input byte
hash string
Résultat bool

VerifyMD5Hash() public static méthode

public static VerifyMD5Hash ( MD5 md5Hash, string input, string hash ) : bool
md5Hash MD5
input string
hash string
Résultat bool

VerifyMD5Hash() public static méthode

public static VerifyMD5Hash ( this input ) : bool
input this
Résultat bool

VerifyMD5Hash() public static méthode

public static VerifyMD5Hash ( this input, string hash ) : bool
input this
hash string
Résultat bool