C# Class Sitecore.Modules.WeBlog.Crypto

Afficher le fichier Open project: WeTeam/WeBlog

Méthodes publiques

Méthode Description
GetMD5Hash ( string input ) : string

Generate an MD5 hash of a string

Method Details

GetMD5Hash() public static méthode

Generate an MD5 hash of a string
public static GetMD5Hash ( string input ) : string
input string The string to hash
Résultat string