Свойство SPSite.UserToken

Gets the user token that is associated with the site collection.

Пространство имен:  Microsoft.SharePoint
Сборка:  Microsoft.SharePoint (в Microsoft.SharePoint.dll)

Синтаксис

'Декларация
Public ReadOnly Property UserToken As SPUserToken
    Get
'Применение
Dim instance As SPSite
Dim value As SPUserToken

value = instance.UserToken
public SPUserToken UserToken { get; }

Значение свойства

Тип: 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.

См. также

Справочные материалы

SPSite класс

Элементы SPSite

Пространство имен Microsoft.SharePoint