FederatedPassiveSecurityTokenServiceOperations.ProcessSignInResponse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
This typical usage of this method is to process the SignInResponseMessage returned from one of the overloaded ProcessSignInRequest methods.
Applies to
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.