次の方法で共有


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です。

注釈

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

適用対象