NonCryptographicHashAlgorithm.GetHashCode Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Varning
Use GetCurrentHash() to retrieve the computed hash code.
Den här metoden stöds inte och bör inte anropas. Ring GetCurrentHash() eller GetHashAndReset() i stället.
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
Returer
Den här metoden genererar alltid en NotSupportedException.
- Attribut
Undantag
I samtliga fall.