다음을 통해 공유


FederatedPassiveSecurityTokenServiceOperations.ProcessSignInResponse 메서드

정의

로그인 응답 메시지를 처리합니다.

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)

매개 변수

signInResponseMessage
SignInResponseMessage

처리되는 로그인 응답 메시지입니다.

httpResponse
HttpResponse

나가는 HTTP 응답입니다.

예외

signInResponseMessagenull입니다.

또는

httpResponse이(가) null인 경우

설명

이 메서드의이 일반적인 사용법은 프로세스를 SignInResponseMessage 오버 로드 된 중 하나에서 반환 된 ProcessSignInRequest 메서드.

적용 대상