Bagikan melalui


FederatedPassiveSecurityTokenServiceOperations.ProcessSignInResponse Metode

Definisi

Memproses pesan respons masuk.

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)

Parameter

signInResponseMessage
SignInResponseMessage

Pesan respons masuk yang akan diproses.

httpResponse
HttpResponse

Respons HTTP keluar.

Pengecualian

signInResponseMessageadalah null.

-atau-

httpResponseadalah null.

Keterangan

Penggunaan khas metode ini adalah untuk memproses yang SignInResponseMessage dikembalikan dari salah satu metode yang kelebihan ProcessSignInRequest beban.

Berlaku untuk