Freigeben über


SignedInController.SignedIn-Methode

Namespace:  Microsoft.VisualStudio.Services.Authentication
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<HttpGetAttribute> _
<HttpPostAttribute> _
Public Function SignedIn ( _
    realm As String, _
    protocol As String, _
    reply_to As String _
) As HttpResponseMessage
[HttpGetAttribute]
[HttpPostAttribute]
public HttpResponseMessage SignedIn(
    string realm,
    string protocol,
    string reply_to
)

Parameter

Rückgabewert

Typ: System.Net.Http.HttpResponseMessage

.NET Framework-Sicherheit

Siehe auch

Referenz

SignedInController Klasse

Microsoft.VisualStudio.Services.Authentication-Namespace