VersionControlServer.AuthenticatedUser Property

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
[ObsoleteAttribute("", false)]
public string AuthenticatedUser { get; }
[ObsoleteAttribute(L"", false)]
public:
property String^ AuthenticatedUser {
    String^ get ();
}
[<ObsoleteAttribute("", false)>]
member AuthenticatedUser : string with get
function get AuthenticatedUser () : String

Property Value

Type: System.String
The identity that the server used to authenticate the user.

.NET Framework Security

See Also

Reference

VersionControlServer Class

Microsoft.TeamFoundation.VersionControl.Client Namespace