Share via


HashAlgorithmNames.Md5 Property

Definition

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

Platform::String

winrt::hstring

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.

Applies to

See also