SPUserToken constructor (Byte[])
Initializes a new instance of the SPUserToken class based on the specified byte array.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
token As Byte() _
)
'Usage
Dim token As Byte()
Dim instance As New SPUserToken(token)
public SPUserToken(
byte[] token
)
Parameters
token
Type: []A byte array that contains the token used to authenticate a user. For information about the format of user tokens, see Authorization object relations and object model.
See also
Reference
Microsoft.SharePoint namespace