TfsConnection.AuthorizedIdentity Property

Gets the identity that is authorized to make calls to the server that is running Team Foundation Server.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public ReadOnly Property AuthorizedIdentity As TeamFoundationIdentity
public TeamFoundationIdentity AuthorizedIdentity { get; }
public:
property TeamFoundationIdentity^ AuthorizedIdentity {
    TeamFoundationIdentity^ get ();
}
member AuthorizedIdentity : TeamFoundationIdentity with get
function get AuthorizedIdentity () : TeamFoundationIdentity

Property Value

Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity
The identity that is authorized to make calls to the server that is running Team Foundation Server.

.NET Framework Security

See Also

Reference

TfsConnection Class

Microsoft.TeamFoundation.Client Namespace