다음을 통해 공유


Token 속성

Gets the value that specifies the security token.

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
  Microsoft.ReportingServices.SharePoint.UI.WebParts.dll의 Microsoft.ReportingServices.SharePoint.UI.WebParts

구문

‘선언
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.