Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
Public ReadOnly Property AuthorizedIdentity As TeamFoundationIdentity
Get
public TeamFoundationIdentity AuthorizedIdentity { get; }
public:
property TeamFoundationIdentity^ AuthorizedIdentity {
TeamFoundationIdentity^ get ();
}
member AuthorizedIdentity : TeamFoundationIdentity
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.