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 位雜湊值。

適用於

另請參閱