SPWeb.GetUserToken method

Retrieves the user token for the specified user.

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

Syntax

'Declaration
Public Function GetUserToken ( _
    userName As String _
) As SPUserToken
'Usage
Dim instance As SPWeb
Dim userName As String
Dim returnValue As SPUserToken

returnValue = instance.GetUserToken(userName)
public SPUserToken GetUserToken(
    string userName
)

Parameters

Return value

Type: Microsoft.SharePoint.SPUserToken
The token for the specified user.

Remarks

The current user must have SPBasePermissions.EnumeratePermissions.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace

SPBasePermissions