IUserContext.Token Property

Definition

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.

Applies to