Compartir a través de


TfsConnection.GetAuthenticatedIdentity (Método)

Obtiene la identidad que se autentica con el servidor.

Espacio de nombres:  Microsoft.TeamFoundation.Client
Ensamblado:  Microsoft.TeamFoundation.Client (en Microsoft.TeamFoundation.Client.dll)

Sintaxis

'Declaración
Public Sub GetAuthenticatedIdentity ( _
    <OutAttribute> ByRef identity As TeamFoundationIdentity _
)
public void GetAuthenticatedIdentity(
    out TeamFoundationIdentity identity
)

Parámetros

Comentarios

When Team Foundation Server impersonation is used, the identity that is returned will be the identity that is performing the impersonation, not the user who is making the call. Therefore, the AuthorizedIdentity is usually the correct identity to use from this class.

Seguridad de .NET Framework

Vea también

Referencia

TfsConnection Clase

Microsoft.TeamFoundation.Client (Espacio de nombres)