Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- 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.