Свойство IUserContext.Token
Gets the value that specifies the security token.
Пространство имен: Microsoft.ReportingServices.Interfaces
Сборки: Microsoft.ReportingServices.SharePoint.UI.WebParts (в Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Microsoft.ReportingServices.Interfaces (в Microsoft.ReportingServices.Interfaces.dll)
Синтаксис
'Декларация
ReadOnly Property Token As Object
Get
'Применение
Dim instance As IUserContext
Dim value As Object
value = instance.Token
Object Token { get; }
property Object^ Token {
Object^ get ();
}
abstract Token : Object
function get Token () : Object
Значение свойства
Тип: System.Object
A value that specifies the security token.
Замечания
If Службы Reporting Services is configured to use Windows Authentication, this property returns a Windows security token. If Службы Reporting Services is configured to use SharePoint authentication, the property returns the SharePoint security token, IntPtr.Zero.