ITestManagementService.AuthorizedIdentity Property
Gets the identity of the current authorized user.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
ReadOnly Property AuthorizedIdentity As TeamFoundationIdentity
TeamFoundationIdentity AuthorizedIdentity { get; }
property TeamFoundationIdentity^ AuthorizedIdentity {
TeamFoundationIdentity^ get ();
}
abstract AuthorizedIdentity : TeamFoundationIdentity with get
function get AuthorizedIdentity () : TeamFoundationIdentity
Property Value
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity
A Team Foundation identity object.
.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.
See Also
Reference
ITestManagementService Interface