CngAlgorithm.MD5 屬性

定義

取得新的 CngAlgorithm 物件,該物件指定 Message Digest 5 (MD5) 雜湊演算法。

public:
 static property System::Security::Cryptography::CngAlgorithm ^ MD5 { System::Security::Cryptography::CngAlgorithm ^ get(); };
public static System.Security.Cryptography.CngAlgorithm MD5 { get; }
static member MD5 : System.Security.Cryptography.CngAlgorithm
Public Shared ReadOnly Property MD5 As CngAlgorithm

屬性值

指定 MD5 演算法的物件。

備註

由於 MD5 發生衝突問題,Microsoft建議以 SHA256 為基礎的安全性模型。

適用於