Share via


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