DefaultPropertiesToSend.HashAlgorithm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定當驗證訊息或建立訊息的數位簽章時所使用的雜湊演算法。
public:
property System::Messaging::HashAlgorithm HashAlgorithm { System::Messaging::HashAlgorithm get(); void set(System::Messaging::HashAlgorithm value); };
[System.Messaging.MessagingDescription("MsgHashAlgorithm")]
public System.Messaging.HashAlgorithm HashAlgorithm { get; set; }
[<System.Messaging.MessagingDescription("MsgHashAlgorithm")>]
member this.HashAlgorithm : System.Messaging.HashAlgorithm with get, set
Public Property HashAlgorithm As HashAlgorithm
屬性值
其中一個 HashAlgorithm 列舉值。 預設為 MD5
。
- 屬性
備註
屬性 HashAlgorithm 會識別驗證訊息時或為訊息建立數字簽名時,消息佇列所使用的哈希演算法。
來源計算機上的消息佇列會在建立訊息的數字簽名時使用哈希演算法。 然後,目標佇列管理員會使用相同的哈希演算法在收到訊息時驗證訊息。
由於 MD5 的衝突問題,Microsoft 建議使用 SHA256。