SPUserToken.BinaryToken property

Gets the byte array identifying the authentication process for a user token.

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

Syntax

'Declaration
Public ReadOnly Property BinaryToken As Byte()
    Get
'Usage
Dim instance As SPUserToken
Dim value As Byte()

value = instance.BinaryToken
public byte[] BinaryToken { get; }

Property value

Type: []
A byte array identifying the authentication proccess.

See also

Reference

SPUserToken class

SPUserToken members

Microsoft.SharePoint namespace