Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains Project Server context information for user identity, Project Web App site, and preferred culture.
Inheritance hierarchy
System.Object
Microsoft.Office.Project.Server.Library.PSContextInfo
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<SerializableAttribute> _
<DataContractAttribute> _
Public Class PSContextInfo _
Implements IPSContextInfo, ITextConvCultureProvider
'Usage
Dim instance As PSContextInfo
[SerializableAttribute]
[DataContractAttribute]
public class PSContextInfo : IPSContextInfo,
ITextConvCultureProvider
Remarks
The PSContextInfo class uses the IPSContextInfo interface.
For an example that uses the PSContextInfo class, see How to: Use Impersonation with WCF.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.