SPTokenCache.ReadTokenFromBytes method

Namespace:  Microsoft.SharePoint.IdentityModel
Assembly:  Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)

Syntax

'Declaration
Public Function ReadTokenFromBytes ( _
    tokenValue As Byte() _
) As String
'Usage
Dim instance As SPTokenCache
Dim tokenValue As Byte()
Dim returnValue As String

returnValue = instance.ReadTokenFromBytes(tokenValue)
public string ReadTokenFromBytes(
    byte[] tokenValue
)

Parameters

  • tokenValue
    Type: []

Return value

Type: System.String

See also

Reference

SPTokenCache class

SPTokenCache members

Microsoft.SharePoint.IdentityModel namespace