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

See also

Reference

SPUserToken class

SPUserToken members

SPUserToken overload

Microsoft.SharePoint namespace

Other resources

Impersonation, elevation of privilege, managed accounts