SecurityIdentifier.GetHashCode Méthode

Définition

Sert de fonction de hachage pour l’objet actuel SecurityIdentifier . La GetHashCode() méthode convient aux algorithmes de hachage et aux structures de données comme une table de hachage.

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

Retours

Valeur de hachage pour l’objet actuel SecurityIdentifier .

S’applique à