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.
Surface the user associated with this Web request.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Property UserContext As IdentityDescriptor
public virtual IdentityDescriptor UserContext { get; internal set; }
public:
virtual property IdentityDescriptor^ UserContext {
IdentityDescriptor^ get ();
internal: void set (IdentityDescriptor^ value);
}
abstract UserContext : IdentityDescriptor with get, internal set
override UserContext : IdentityDescriptor with get, internal set
function get UserContext () : IdentityDescriptor
internal function set UserContext (value : IdentityDescriptor)
Property Value
Type: Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
Returns IdentityDescriptor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.