HashAlgorithmNames.Md5 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a string that contains "MD5".
public:
static property Platform::String ^ Md5 { Platform::String ^ get(); };
static winrt::hstring Md5();
public static string Md5 { get; }
var string = HashAlgorithmNames.md5;
Public Shared ReadOnly Property Md5 As String
Property Value
String that contains "MD5".
Remarks
Use the string retrieved by this property to set the hash algorithm name when you call the OpenAlgorithm method. The string represents an MD5 message digest algorithm. The algorithm produces a 128-bit hash value.