ExternalApplicationRequestToken.ClientHash property

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

ExternalApplicationRequestToken members

Microsoft.SharePoint.Client namespace