共用方式為


NonCryptographicHashAlgorithm.GetHashCode 方法

定義

警告

Use GetCurrentHash() to retrieve the computed hash code.

不支援且不應該呼叫這個方法。 通話或 GetHashAndReset() 改為呼叫 GetCurrentHash()

public:
 override int GetHashCode();
[System.Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)]
public override int GetHashCode ();
[<System.Obsolete("Use GetCurrentHash() to retrieve the computed hash code.", true)>]
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

傳回

這個方法一律會擲回 NotSupportedException

屬性

例外狀況

在所有情況下。

適用於