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
- 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.