FederatedPassiveSecurityTokenServiceOperations.ProcessSignInResponse Metod

Definition

Bearbetar ett inloggningssvarsmeddelande.

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)

Parametrar

signInResponseMessage
SignInResponseMessage

Inloggningssvarsmeddelandet som ska bearbetas.

httpResponse
HttpResponse

Det utgående HTTP-svaret.

Undantag

signInResponseMessage är null.

-eller-

httpResponse är null.

Kommentarer

Den här typiska användningen av den här metoden är att bearbeta den SignInResponseMessage som returneras från någon av de överlagrade ProcessSignInRequest metoderna.

Gäller för