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.
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
)
[HttpGetAttribute]
[HttpPostAttribute]
public:
HttpResponseMessage^ SignedIn(
String^ realm,
String^ protocol,
String^ reply_to
)
[<HttpGetAttribute>]
[<HttpPostAttribute>]
member SignedIn :
realm:string *
protocol:string *
reply_to:string -> HttpResponseMessage
public function SignedIn(
realm : String,
protocol : String,
reply_to : String
) : HttpResponseMessage
Parameters
- realm
Type: System.String
- protocol
Type: System.String
- reply_to
Type: System.String
Return Value
Type: System.Net.Http.HttpResponseMessage
.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.