SPSite.UserToken property
Gets the user token that is associated with the site collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property UserToken As SPUserToken
Get
'Usage
Dim instance As SPSite
Dim value As SPUserToken
value = instance.UserToken
public SPUserToken UserToken { get; }
Property value
Type: Microsoft.SharePoint.SPUserToken
An SPUserToken object that represents the token that identifies the authentication process that is applied to the current user. If the SPSite object was created with a specific SPUserToken object, that token is returned; otherwise, the token of the current user is returned.