Share via


SecurityIdentifier.GetHashCode Metoda

Definice

Slouží jako hashovací funkce pro aktuální SecurityIdentifier objekt. Metoda GetHashCode() je vhodná pro hashování algoritmů a datových struktur, jako je hashovací tabulka.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Návraty

Hodnota hash aktuálního SecurityIdentifier objektu.

Platí pro