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.
The GUID for the user who did the OAuth authentication to created this service
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private, Direction := ClientPropertySerialization.ServerToClientOnly)> _
Public Property AuthenticatedBy As Guid
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private, Direction = ClientPropertySerialization.ServerToClientOnly)]
public Guid AuthenticatedBy { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private, Direction = ClientPropertySerialization::ServerToClientOnly)]
public:
property Guid AuthenticatedBy {
Guid get ();
void set (Guid value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private, Direction = ClientPropertySerialization.ServerToClientOnly)>]
member AuthenticatedBy : Guid with get, set
function get AuthenticatedBy () : Guid
function set AuthenticatedBy (value : Guid)
Property Value
Type: System.Guid
.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.