次の方法で共有


FederatedPassiveSecurityTokenServiceOperations.ProcessSignOutRequest メソッド

定義

入力 WS-Federation パッシブ プロトコル サインアウト要求を処理します。

public:
 static void ProcessSignOutRequest(System::IdentityModel::Services::FederationMessage ^ requestMessage, System::Security::Claims::ClaimsPrincipal ^ principal, System::String ^ reply, System::Web::HttpResponse ^ httpResponse);
public static void ProcessSignOutRequest (System.IdentityModel.Services.FederationMessage requestMessage, System.Security.Claims.ClaimsPrincipal principal, string reply, System.Web.HttpResponse httpResponse);
static member ProcessSignOutRequest : System.IdentityModel.Services.FederationMessage * System.Security.Claims.ClaimsPrincipal * string * System.Web.HttpResponse -> unit
Public Shared Sub ProcessSignOutRequest (requestMessage As FederationMessage, principal As ClaimsPrincipal, reply As String, httpResponse As HttpResponse)

パラメーター

requestMessage
FederationMessage

サインアウト要求を表す受信 WS-Federarion のメッセージ。 既定では、これは SignOutRequestMessage または SignOutCleanupRequestMessage のインスタンスである必要があります。

principal
ClaimsPrincipal

要求に関連付けられているプリンシパル。

reply
String

サインアウト後のリダイレクト先の応答 URL。

httpResponse
HttpResponse

出力 HTTP 応答。

例外

httpRequestnullです。

または

principalnull です。

または

httpResponsenullです。

httpRequest は、SignOutRequestMessage または SignOutCleanupRequestMessage のインスタンスではありません。

適用対象