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

ExternalApplicationRequestToken Members

Microsoft.SharePoint.Client Namespace