IUserContext Interface
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.
Defines the properties of the context of the user session.
public interface class IUserContext
public interface IUserContext
type IUserContext = interface
Public Interface IUserContext
Remarks
Reporting Services passes the IUserContext object to the ProcessReportDefinition method.
Properties
AuthenticationType |
Gets the value that specifies the authentication mode. |
Token |
Gets the value that specifies the security token. |
UserName |
Gets the value that specifies the user name. |