SPTokenCache.WriteTokenToBytes method

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

Syntax

'Declaration
Protected Function WriteTokenToBytes ( _
    tokenValue As String _
) As Byte()
'Usage
Dim tokenValue As String
Dim returnValue As Byte()

returnValue = Me.WriteTokenToBytes(tokenValue)
protected byte[] WriteTokenToBytes(
    string tokenValue
)

Parameters

Return value

Type: []

See also

Reference

SPTokenCache class

SPTokenCache members

Microsoft.SharePoint.IdentityModel namespace