Share via


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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPUserToken Class

SPUserToken Members

SPUserToken Overload

Microsoft.SharePoint Namespace

Other Resources

Impersonation