FederatedPassiveSecurityTokenServiceOperations.ProcessSignInResponse メソッド

定義

サインイン応答メッセージを処理します。

public:
 static void ProcessSignInResponse(System::IdentityModel::Services::SignInResponseMessage ^ signInResponseMessage, System::Web::HttpResponse ^ httpResponse);
public static void ProcessSignInResponse(System.IdentityModel.Services.SignInResponseMessage signInResponseMessage, System.Web.HttpResponse httpResponse);
static member ProcessSignInResponse : System.IdentityModel.Services.SignInResponseMessage * System.Web.HttpResponse -> unit
Public Shared Sub ProcessSignInResponse (signInResponseMessage As SignInResponseMessage, httpResponse As HttpResponse)

パラメーター

signInResponseMessage
SignInResponseMessage

処理するサインイン応答メッセージ。

httpResponse
HttpResponse

送信 HTTP 応答。

例外

signInResponseMessagenullです。

-又は-

httpResponsenullです。

注釈

このメソッドの一般的な使用方法は、オーバーロードされた SignInResponseMessage メソッドの 1 つから返されるProcessSignInRequestを処理することです。

適用対象