SPTrustedClaimTypeInformation.GetHashCode - Méthode
Retourne le code de hachage pour cet objet.
Espace de noms : Microsoft.SharePoint.Administration.Claims
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function GetHashCode As Integer
'Utilisation
Dim instance As SPTrustedClaimTypeInformation
Dim returnValue As Integer
returnValue = instance.GetHashCode()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override int GetHashCode()
Valeur renvoyée
Type : System.Int32
Le code de hachage pour cet objet.
Remarques
Cette substitution appelle la GetHashCode de sa classe de base pour obtenir le code de hachage.
Voir aussi
Référence
SPTrustedClaimTypeInformation classe