HashAlgorithmNames.Md5 属性

定义

检索包含“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

属性值

String

Platform::String

winrt::hstring

包含“MD5”的字符串。

注解

调用 OpenAlgorithm 方法时,请使用此属性检索的字符串来设置哈希算法名称。 字符串表示 MD5 消息摘要算法。 该算法生成 128 位哈希值。

适用于

另请参阅