Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Note: This API is now obsolete.
Gets the identity that the server used to authenticate the user.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("", False)> _
Public ReadOnly Property AuthenticatedUser As String
Get
[ObsoleteAttribute("", false)]
public string AuthenticatedUser { get; }
[ObsoleteAttribute(L"", false)]
public:
property String^ AuthenticatedUser {
String^ get ();
}
[<ObsoleteAttribute("", false)>]
member AuthenticatedUser : string
function get AuthenticatedUser () : String
Property Value
Type: System.String
The identity that the server used to authenticate the user.
.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.