ExternalApplicationRequestToken.TokenPrefix property
Gets a string value that includes everything in the token before the hash value, and a secret internal byte array that is used as “salt” for the hash algorithm.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property TokenPrefix As String
Get
'Usage
Dim instance As ExternalApplicationRequestToken
Dim value As String
value = instance.TokenPrefix
public string TokenPrefix { get; }
Property value
Type: System.String
Everything in the token before the hash value, and a secret internal byte array that is used as “salt” for the hash algorithm.
See also
Reference
ExternalApplicationRequestToken class