FederatedPassiveSecurityTokenServiceOperations.ProcessSignInResponse メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サインイン応答メッセージを処理します。
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 応答。
例外
注釈
このメソッドの一般的な使用方法は、オーバーロードされた SignInResponseMessage メソッドの 1 つから返されるProcessSignInRequestを処理することです。