TestManagementService.AuthorizedIdentity Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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
Public ReadOnly Property AuthorizedIdentity As TeamFoundationIdentity
public TeamFoundationIdentity AuthorizedIdentity { get; }
public:
virtual property TeamFoundationIdentity^ AuthorizedIdentity {
TeamFoundationIdentity^ get () sealed;
}
abstract AuthorizedIdentity : TeamFoundationIdentity with get
override AuthorizedIdentity : TeamFoundationIdentity with get
final function get AuthorizedIdentity () : TeamFoundationIdentity
Property Value
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity
The identity of the current authorized user.
Implements
ITestManagementService.AuthorizedIdentity
.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.