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
- identity
Tipo: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity%
Variable para almacenar la identidad recuperada.
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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, consulte Utilizar bibliotecas de código que no es de plena confianza.