ExternalApplicationRequestToken.ClientHash - Propriété
Obtient la valeur de hachage du préfixe jeton combiné avec le serveur « SEL », qui est codé en base 64.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property ClientHash As Byte()
Get
Friend Set
'Utilisation
Dim instance As ExternalApplicationRequestToken
Dim value As Byte()
value = instance.ClientHash
public byte[] ClientHash { get; internal set; }
Valeur de propriété
Type : []
La valeur de hachage du préfixe jeton combinés avec le serveur « sel ».
Voir aussi
Référence
ExternalApplicationRequestToken classe