FederatedPassiveSecurityTokenServiceOperations.ProcessSignInResponse Method

Definition

Processes a sign-in response message.

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)

Parameters

signInResponseMessage
SignInResponseMessage

The sign-in response message to be processed.

httpResponse
HttpResponse

The outgoing HTTP response.

Exceptions

signInResponseMessage is null.

-or-

httpResponse is null.

Remarks

This typical usage of this method is to process the SignInResponseMessage returned from one of the overloaded ProcessSignInRequest methods.

Applies to