SPUser.UserToken property
Gets the user token that identifies the authentication process applied to the user.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property UserToken As SPUserToken
Get
'Usage
Dim instance As SPUser
Dim value As SPUserToken
value = instance.UserToken
public SPUserToken UserToken { get; }
Property value
Type: Microsoft.SharePoint.SPUserToken
An SPUserToken object that represents the user token.