Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the byte array identifying the authentication process for a user token.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.