ECDiffieHellmanCng.HashAlgorithm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定產生金鑰內容時使用的雜湊演算法。
public:
property System::Security::Cryptography::CngAlgorithm ^ HashAlgorithm { System::Security::Cryptography::CngAlgorithm ^ get(); void set(System::Security::Cryptography::CngAlgorithm ^ value); };
public System.Security.Cryptography.CngAlgorithm HashAlgorithm { get; set; }
member this.HashAlgorithm : System.Security.Cryptography.CngAlgorithm with get, set
Public Property HashAlgorithm As CngAlgorithm
屬性值
指定雜湊演算法的物件。
例外狀況
值為 null
。
備註
只有在 屬性中KeyDerivationFunction設定 或 Hmac 值時Hash,密碼編譯新一代 (CNG 才會使用此屬性) 物件。
此屬性接受下列演算法: MD5、 Sha1、 Sha256、 Sha384、 和 Sha512。
也可以使用其他自定義哈希演算法。
由於 MD5 和 SHA1 發生衝突問題,Microsoft 建議 Sha256使用 。 預設演算法為 Sha256。