IUserContext.Token Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value that specifies the security token.
public:
property System::Object ^ Token { System::Object ^ get(); };
public object Token { get; }
member this.Token : obj
Public ReadOnly Property Token As Object
Property Value
A value that specifies the security token.
Remarks
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.