SignedInController.SignedIn 方法
命名空間: Microsoft.VisualStudio.Services.Authentication
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
<HttpGetAttribute> _
<HttpPostAttribute> _
Public Function SignedIn ( _
realm As String, _
protocol As String, _
reply_to As String, _
cache_key As String _
) As HttpResponseMessage
[HttpGetAttribute]
[HttpPostAttribute]
public HttpResponseMessage SignedIn(
string realm,
string protocol,
string reply_to,
string cache_key
)
參數
- realm
類型:System.String
- protocol
類型:System.String
- reply_to
類型:System.String
- cache_key
類型:System.String
傳回值
類型:System.Net.Http.HttpResponseMessage
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱 從部分受信任程式碼使用程式庫。