ExternalApplicationRequestToken.ServerHash property
Gets the base64-encoded hash value that is provided by the external application provider.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ServerHash As Byte()
Get
Friend Set
'Usage
Dim instance As ExternalApplicationRequestToken
Dim value As Byte()
value = instance.ServerHash
public byte[] ServerHash { get; internal set; }
Property value
Type: []
The base64-encoded or a null reference (Nothing in Visual Basic) hash value.
See also
Reference
ExternalApplicationRequestToken class