IdentityDomain Constructor (TeamFoundationRequestContext)
Namespace: Microsoft.VisualStudio.Services.Identity
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
requestContext As TeamFoundationRequestContext _
)
public IdentityDomain(
TeamFoundationRequestContext requestContext
)
public:
IdentityDomain(
TeamFoundationRequestContext^ requestContext
)
new :
requestContext:TeamFoundationRequestContext -> IdentityDomain
public function IdentityDomain(
requestContext : TeamFoundationRequestContext
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
.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.