SecurityIdentifier.GetHashCode Metodo

Definizione

Viene utilizzato come funzione hash per l'oggetto SecurityIdentifier corrente. Il metodo GetHashCode() è adatto per apporre un numero hash agli algoritmi e alle strutture dei dati, ad esempio una tabella hash.

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

Restituisce

Int32

Valore hash per l'oggetto corrente SecurityIdentifier.

Si applica a