FederatedPassiveSecurityTokenServiceOperations.ProcessSignOutRequest Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Verarbeitet eine eingehende WS-Federation Passive Protocol SignOut-Anforderung.
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)
Parameter
- requestMessage
- FederationMessage
Die eingehende WS-Federation Nachricht, die eine Abmeldeanforderung darstellt. Standardmäßig muss dies eine Instanz von SignOutRequestMessage oder SignOutCleanupRequestMessage.
- principal
- ClaimsPrincipal
Der Prinzipal, der der Anforderung zugeordnet ist.
- reply
- String
Die Antwort-URL, an die nach der Abmeldung umgeleitet werden soll.
- httpResponse
- HttpResponse
Die ausgehende HTTP-Antwort.
Ausnahmen
httpRequest ist null.
-oder-
principal ist null.
-oder-
httpResponse ist null.
httpRequest ist keine Instanz von SignOutRequestMessage oder von SignOutCleanupRequestMessage.