C# Class Microsoft.HockeyApp.MD5Extension

static extension class for MD5 digest creation
Exibir arquivo Open project: bitstadium/HockeySDK-Windows

Public Methods

Method Description
GetMD5HexDigest ( this aString ) : string

string extension method to get md5 hash from string

Method Details

GetMD5HexDigest() public static method

string extension method to get md5 hash from string
public static GetMD5HexDigest ( this aString ) : string
aString this
return string