FederatedPassiveSecurityTokenServiceOperations.ProcessSignOutRequest メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
入力 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 応答。
例外
httpRequest
は、SignOutRequestMessage または SignOutCleanupRequestMessage のインスタンスではありません。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET