Compartilhar via


Método SignedInController.SignedIn

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

Sintaxe

'Declaração
<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
)

Parâmetros

Valor de retorno

Tipo: System.Net.Http.HttpResponseMessage

Segurança do .NET Framework

Consulte também

Referência

SignedInController Classe

Namespace Microsoft.VisualStudio.Services.Authentication