SecurityIdentifier.GetHashCode Método

Definición

Sirve como función hash para el objeto SecurityIdentifier actual. El método GetHashCode() es apto para algoritmos hash y estructuras de datos como una tabla hash.

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

Devoluciones

Valor hash para el objeto SecurityIdentifier actual.

Se aplica a