Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the hash value of the token prefix combined with the server “salt”, which is base64-encoded.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ClientHash As Byte()
Get
Friend Set
'Usage
Dim instance As ExternalApplicationRequestToken
Dim value As Byte()
value = instance.ClientHash
public byte[] ClientHash { get; internal set; }
Property Value
Type: []
The hash value of the token prefix combined with the server “salt”.
See Also
Reference
ExternalApplicationRequestToken Class