CngAlgorithm.MD5 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會獲得 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 建議採用基於 SHA-256 的安全模型。